Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Experiment Videos

MODULEWRITER: a program for automatic generation of database interfaces.

Christina L Zheng1, Fariba Fana, Poornaprajna V Udupi

  • 1San Diego Supercomputer Center, University of California, San Diego, 9500 Gilman Drive, La Jolla, CA 92093-0537, USA. czheng@sdsc.edu

Computational Biology and Chemistry
|June 25, 2003
PubMed
Summary
This summary is machine-generated.

Related Concept Videos

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Comparative Transcriptomic Analysis of <i>Zymoseptoria tritici</i> Reveals Interaction-Specific Gene Expression Patterns During Susceptible, Resistant, and Nonhost Interactions.

Molecular plant-microbe interactions : MPMI·2025
Same author

Comparative genomics of the extremophile <i>Cryomyces antarcticus</i> and other psychrophilic Dothideomycetes.

Frontiers in fungal biology·2024
Same author

MicroRNAs implicated in canine diffuse large B-cell lymphoma prognosis.

FEBS open bio·2024
Same author

miRNome expression analysis in canine diffuse large B-cell lymphoma.

Frontiers in oncology·2023
Same author

Human lung-resident mucosal-associated invariant T cells are abundant, express antimicrobial proteins, and are cytokine responsive.

Communications biology·2022
Same author

Bibliometric review of ATAC-Seq and its application in gene expression.

Briefings in bioinformatics·2022
Same journal

Integrative in silico analysis identifies functionally and regulatively relevant nsSNPs in the TRIB3 gene.

Computational biology and chemistry·2026
Same journal

MARS: Multi-anchor reasoning for reliable toxicity prediction under distribution shift.

Computational biology and chemistry·2026
Same journal

Zadeh-based fuzzy analysis of carreau tri-hybrid nanofluid hemodynamics in a straight artery with irregular triangular stenosis.

Computational biology and chemistry·2026
Same journal

Exploring C<sub>6</sub>N<sub>6</sub> as an effective drug delivery carrier for anticancer drugs mercaptopurine and thiotepa: A DFT and MD approach.

Computational biology and chemistry·2026
Same journal

Role of Artificial Intelligence in bioinformatics: Revolutionizing molecular docking and DNA tokenization.

Computational biology and chemistry·2026
Same journal

An interpretable framework for cancer drug response prediction using integrated drug and multi-omics data with a hybrid Bi-LSTM-GRU network.

Computational biology and chemistry·2026
See all related articles

MODULEWRITER is a PERL tool that generates database-specific application programming interfaces (APIs) for SQL databases. It simplifies data access and management while allowing user-defined code integration.

Area of Science:

  • Computer Science
  • Software Engineering

Background:

  • Object-relational mapping (ORM) tools streamline database interactions.
  • Automated API generation reduces development time and potential errors.

Purpose of the Study:

  • To introduce MODULEWRITER, a PERL-based ORM tool.
  • To enable automatic generation of database-specific APIs for SQL databases.

Main Methods:

  • MODULEWRITER utilizes PERL to create APIs for SQL databases.
  • The generated APIs include modules for table row and column access.
  • Methods for data retrieval, updates, and saving are provided.

Main Results:

  • MODULEWRITER automatically generates comprehensive APIs for SQL databases.

Related Experiment Videos

  • The tool supports essential database operations and custom code inclusion.
  • User-written code is preserved across program runs.
  • Conclusions:

    • MODULEWRITER offers an efficient solution for database-driven application development.
    • The tool enhances developer productivity by automating API creation.
    • Its flexibility supports integration of custom logic within generated code.