Tabdiff is a database tool to compare table data rows of two Oracle Tables. Source and destination Table do not have to be identical. Also the Table columns do not have to match. It can generate a update insert delete SQL Script. It can synchronize Table
LDO's are lightweight data objects, Java classes that provide query and update access a single table or view in a SQL database. The LDO utility provides a user-friendly interface to generate that JDBC code.
MERMAID is an object-oriented domain modeling tool to create enterprise models using an UML class diagram, an object-event table and finite state machines. The CASE tool checks view consistency, has XMI support and code generation abilities.
target of this tool is provide trasparent interface to database, for agile developemnt, code riutilization and less manutention. basic example: set('T',$data); write info in $data in table T get('T') return hashtable with all info in table T.
phpDbEdit is a database independant code generator that produces php/html page to edit a databasetable with CRUD (create, read, update and delete) functionality.
A flexible XML based PHP code generator, generates: 1) fully functional HTML forms that update and insert on multiple tables, 2) validation methods using regular expressions 3) HTML table generation from database using separate HTML layout files.
PHP code generator that can quickly and easilly create code for database operations (create-read-update-delete), with flexible code-generation options, based on table data gathered from a DB.
This tool creates a PHP class to interface to a given databasetable. The PHP class is a simple relational object mapper. It maps table columns to class attributes. It provides basic CRUD methods as well as utility methods such as CSV import and export.
Automatically generate SWT GUI from XML files. Supports all GUI components provided by SWT plus standalone dialog / composite. Supports auto-population of list/combo/table/tree from database directly without writing single line of code!
Please provide your feedback/suggestions to author to make the necessary improvements ...
JDBC-based API to build always valid SQL statements. Other enhancements are: automatic table name and columns completions inside Java code, alias support, prepared statement parameter (?) management, SQL functions...
How many times have you hand coded a MySQL table editor in PHP? PHPMyEdit provides an instant table editor. All you need to do is to write a simple calling program (and there's a utility to do this) and the job's a good 'un!
pgdiff is a utility which compares the table definitions of two databases, and returns the differences as PostgreSQL commands which will transform the structure of the first database to be identical to that of the second (c.f. diff and patch).
an API for rapidly developing Java,
desktop apps It includes a virtual desktop ,
user interface API, GUI client for management of SQL
databases,and a form design tool which allows basic
application code to be generated from a SQL table or tables
Php Database class creation wizard. This code creates a php class for a databasetable that includes all required SQL to update the database as well as form output code.
This tool will help you to quickly create a JBoss 2.x CMP Entity Bean based on a databasetable and its columns that you specify. You will need to understand what an Enterprise JavaBean is, and how to connect to your database vendor via JDBC drivers. Once
CMaker is an utility to automatically generate Java classes which mirror a SQL databasetable structure. For example, if given a table TEST whose columns are defined as ( KEY CHAR(5); ELEMENT CHAR(1000); ) CMaker will generate a corresponding Test class.
This is a generator that creates PHP 4 code based on a PostgreSQL RDBMS for data entry into any databasetable or tables with 1-n associations or n-n associations.
The generator now manages projects of more tables and has a complete graphical layout (CSS
JspApeiWiz is a wizard that generates Java/JSP code for a full maintenance of a databasetable. It is a very easy to use tool that can be integrated in any Java IDE.