There was an error while loading. Please reload this page.
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
Quick links
AlaSQL wiki frontpage
About AlaSQL
Install AlaSQL
Get started with AlaSQL