mainnrdo (NetReach Database Objects) - Summary

 
 
Membership Info
Group Admin:
1 active member

Group identification
Id: 3649
System Name: nrdo
Name: nrdo (NetReach Database Objects)
Group Type: non-GNU software and documentation

Search in this Group


 

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

 

Latest News rss feed
News backlog
     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 [...]

Quick Overview
 Memberlist (1 member)

Communication Tools
 Mailing Lists (1 public mailing list)

Development Tools
 Task Manager (open items: 0, total: 2)
 Patch Manager (open items: 0, total: 0)

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code