This is a Java project building with NetBeans 6. The final result is a mySQL client that can do several things as run sql statements, administrate a mySQL database and used as development or administrative tool for the mySQL database.
In Law implements a database that does not require a schema. Items are created in the database and related to each other in whatever way is needed. It is to RDBMSes what PERL is to Java.
Gimped v2 is a continuation of a previously developed project. This version will be developed using Java and will attempt to connect to multiple databases while retaining the functionality developed by the previous application.
This program allows you to import delimited files to a DB of your choice. There is a mapping tool which you select which column of the DB maps to the specific column(s) in your file via a GUI. You can also provide a default value for a certain column wit
JdbcLite is light-weight jdbc tool. It is designed for Java developers who like to use native SQL queries for high performance with object mapping and convenient classes built-in. It can be used along with Hibernate, Spring, JDO frameworks.