Joedb 9.1.4
The Journal-Only Embedded Database
|
interpreted database table storage More...
Classes | |
class | joedb::Database |
class | joedb::Database_Schema |
class | joedb::Field |
class | joedb::Table |
Unlike compiled databases, the schema of an interpreted database is dynamic, and can change at run time. Interpreted databases are used in generic command-line tools such as joedbi and joedbc. They do not support unique indexes or other consistency constraints that compiled databases support.