| defgen, which produces a basic template application from a logical data structure.
The applications are capable of adding, updating, deleting and searching for records within the
database whilst automatically maintaining referential integrity.
|
| appgen, the AppGEN compiler which compiles the appgen source code into CGI executable
C source and HTML formatted documents ready for deployment on a web server.
|
| dbf2sql, a utility fo converting dBase III compatible .dbf files into executable SQL
scripts. This enables data stored in most DOS/Windows based database packages to be migrated to a
SQL server such as Postgres95.
|