Menu

Relational Databases to OO Classes / News: Recent posts

rdb2oo php-pgsql 0.1.0 released

rdb2oo provides tools to create sourcecode of classes in object-oriented programming-languages to map tables in relational databases.
This is the initial release for the PHP-PostgreSQL implementation.
It provides a frontend with the option to select/deselect tables from the given database and to create the source-code for the classes mapping to the selected tables.
It is also possible to view the fields including constraints, the defined indexes and the foreignkeys of a selected table.
You can even browse the content of a selected table.
The display of the created source can be turned turned on with or without syntax-highlighting or completely off.
The created sources can also be saved in a compressed (gz) tarball and then are offered for download.
Since the foreignkeys are honored, deselected tables which are connected to one or more selected tables via foreignkey-definitions will automatically be reselected.

Posted by Michael H.E. Roth 2003-04-16

rdb2oo php-mysql 0.3.1 released

rdb2oo provides tools to create sourcecode of classes in object-oriented programming-languages to map tables in relational databases.
This is the php-mysql implementation.
It provides a frontend with the option to select/deselect tables from the given database and to create the source-code for the classes mapping to the selected tables.
It is also possible to view the fields and defined indexes of a selected table.
The new version (0.3.1) also offers now an option to browse the content of a selected table.
The display of the created source can be turned off or turned on with or without syntax-highlighting.
The created sources can also be saved in a compressed (gz) tarball and then are offered for download.
This is a bugfix release for rdb2oo php-mysql 0.3.0

Posted by Michael H.E. Roth 2003-04-02