By admin on Aug 5, 2008 in database | 0 Comments
In every application, no matter Java, .NET or PHP, most probably you need to interact with databases. For every domain your application is used for, the database design is definitely different, though basic database design principles are still the same. Every domain requires different database models and unless you are the domain expert, most of […]
By admin on Apr 19, 2008 in Java, database, open source | 0 Comments
Just after I wrote about Mogwai ER Designer NG, someone told me about Power Architect.
As quoted, Power Architect is a user-friendly data modeling tool created by data warehouse designers, and has many unique features geared specifically for the data warehouse architect. It allows users to reverse-engineer existing databases, perform data profiling on source databases, […]
By admin on Apr 19, 2008 in Java, database, open source | 0 Comments
Most of us should be familiar with SQuirreL SQL. It is a graphical Java program that will allow you to view the structure of a JDBC compliant database, browse the data in tables, issue SQL commands etc.
I used SQuirreL SQL in almost all my projects. It supports a wide range of databases.
Axion Java RDBMS.
Daffodil […]
By admin on Nov 18, 2007 in database, open source | 1 Comment
This is the database benchmark that I stumbled upon when I was searching for similiar information.
PolePosition is a benchmark test suite to compare database engines and object-relational mapping technology. It has done the benchmarking for the followings
db4o - the open source object database for Java and .NET
Hibernate - relational persistence for idiomatic Java
MySQL - […]