modulewriter: a program for automatic generation of database interfaces
β Scribed by Christina L Zheng; Fariba Fana; Poornaprajna V Udupi; Michael Gribskov
- Publisher
- Elsevier Science
- Year
- 2003
- Tongue
- English
- Weight
- 288 KB
- Volume
- 27
- Category
- Article
- ISSN
- 1476-9271
No coin nor oath required. For personal study only.
β¦ Synopsis
MODULEWRITER is a PERL object relational mapping (ORM) tool that automatically generates database specific application programming interfaces (APIs) for SQL databases. The APIs consist of a package of modules providing access to each table row and column. Methods for retrieving, updating and saving entries are provided, as well as other generally useful methods (such as retrieval of the highest numbered entry in a table). MODULEWRITER provides for the inclusion of user-written code, which can be preserved across multiple runs of the MODULEWRITER program.
π SIMILAR VOLUMES
A hybrid method for performance modeling of parallel programs is considered where the runtime of large sequential segments is estimated statically and the parallel program structure is evaluated by simulation. The present paper describes a way to generate a model of a given program automatically fro