DAO for all database server types with the Java POJO code generator
Java Data Access Objects. A DAO system(ish). A simple to use DAO type library that transfers between database rows and POJO and vice versa.
This code was written by a DBA whose approach isn't to persist java objects but to normalize the database and work from that side.
The library and generator are fully documented.
This comes with a simple scripting language language, called NotSQL because it is Not SQL, to make writing queries much easier.
Lightweight tool for connect to MySQL, Oracle 11g and PostgreSQL DB.
This program can help you to connect to the SQL server and execute queries, inserts, updates, show results, browse through DB schemas, tables.
It has converter from timestamp date to regular date format and vice versa + Backup and Restore of MySQL DB + export to CSV file.
Not need to install, just launch and use.
Program was created with Java 1.7 version, please, use the same version for launch it.