DBedit Technical Notes
This is the new set of technical design notes for Labs.DBedit, the
old design notes are available.
The main module for Labs.DBedit is Labs.DBedit.pm which takes an input
web form, information from the database, user specifications,
and arguments from the URL and combines them into a web page.
In getting the information from the database, Labs.DBedit uses
subclasses of the DBstorage, which essentially are drivers that
convert perl calls to either SQL statements or file reads.
The behavior of Labs.DBedit is set up by means of perl calls to the
Labs.DBedit module.