nrdo (NetReach Database Objects) - Summary
This group is not part of the GNU Project.
nrdo (NetReach Database Objects) is a database programming tool.
Its primary purpose is to make database programming easier and more convenient. To this end, it performs two separate but related functions:
1) It allows database table definitions to be specified in a source code file. This provides a number of advantages: The files can be maintained in source code control, it is easy to upgrade an old installation to the latest version of the database, and it is possible to include more semantic information than the database itself actually knows. nrdo is invoked at compile time: it reads these table definition (.dfn) files, checks the current state of the database, and performs whatever CREATE or ALTER statements are necessary to make the database match the dfn file.
2) It generates all the repetitive code that is necessary to access the database from a programming language. Current supported output languages are Java and C#, but the language output is generic and new languages are easy to support. Instead of manually creating a database connection, executing an SQL statement, looping over the results and reading the returned data values manually, nrdo generates a class that represents a data row, for each table. It makes use of the extra semantic information in the dfn file to provide functions or methods to retrieve rows of the database by whatever criteria you specify.
Registration Date: Fri 03 Jan 2003 05:11:22 PM UTC
License: GNU General Public License v2 or later
Development Status: 3 - Alpha
posted by sab39, Wed 24 Mar 2004 01:56:41 PM UTC
I finally figured out how to get news submissions working again so here's a quick update (mainly just to get the old news off the top of the list on the project page because it's very outdated). nrdo's source code is now hosted in Savannah's CVS, and nrdo does now support Postgres and Mono (including some features to allow writing SQL that [...]
- Browse open items
Submit a new item
- Browse open items
Submit a new item
Powered by Savane 3.14-50d9.
Corresponding source code