rdb2oo is a project to create source code for classes which correspond to tables in a relational database.rdb2oo is also about creating an object oriented abstraction layer for simple database access.
Be the first to post a text review of Relational Databases to OO Classes. Rate and review a project by clicking thumbs up or thumbs down in the right column.
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.
initial release
initial release
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
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?