Note: modulewriter: a program for automatic generation of database interfaces

  • Authors:
  • Christina L Zheng;Fariba Fana;Poornaprajna V Udupi;Michael Gribskov

  • Affiliations:
  • San Diego Supercomputer Center, University of California, San Diego, 9500 Gilman Drive, La Jolla, CA 92093-0537, USA;San Diego Supercomputer Center, University of California, San Diego, 9500 Gilman Drive, La Jolla, CA 92093-0537, USA;San Diego Supercomputer Center, University of California, San Diego, 9500 Gilman Drive, La Jolla, CA 92093-0537, USA;San Diego Supercomputer Center, University of California, San Diego, 9500 Gilman Drive, La Jolla, CA 92093-0537, USA

  • Venue:
  • Computational Biology and Chemistry
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

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.