[line 61]
Implements simple but powerful flat file database storage and retrieval
Includes equivalents to SELECT * FROM table WHERE..., DELETE WHERE ... UPDATE and more. All files are stored in the $datadir directory, and table names are just filenames in that directory. Subdirectories can be used just by specifying a table name that includes the directory name.