Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
doxygen.h
Go to the documentation of this file.
1/// @defgroup interpreted Interpreted Database
2///
3/// interpreted database table storage
4///
5/// Unlike compiled databases, the schema of an interpreted database is
6/// dynamic, and can change at run time. Interpreted databases are used in
7/// generic command-line tools such as joedbi and joedbc. They do not support
8/// unique indexes or other consistency constraints that compiled databases
9/// support.