RSS Feed for databaseCategory: database

Power Architect: Data Modeling and Profiling Tool »

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, [...]

Using SQuirreL SQL together with an ER Designer »

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 [...]

Open Source Database Benchmark »

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 [...]