-
Notifications
You must be signed in to change notification settings - Fork 664
FileStorage
Mathias Rangel Wulff edited this page May 12, 2016
·
4 revisions
AlaSQL supports its own file format of database storage. This is a JSON string representing the database.
To use FileStorage you need to attach database:
ATTACH FILESTORAGE DATABASE one("./myFile.json");
To drop a FileStorage database please remember to include the engine name
DROP FILESTORAGE DATABASE db_name
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo