FlatDB is an implementation of SQL (or SQL-like) commands for manipulating databases on the hard drive itself.
This post covers:
Available commands and overview.
How to use the API.
Limitations.
Performance.
Future plans.
1. Available commands and overview.
The following commands are available within the API:
SELECT
DELETE
UPDATE
INSERT
WHERE
AND
OR
Tables are human-readable and a single-row table will typically look like this:
#$ID|param1|param2
1|value1|value2
Tables are created as files, with t