Skip to content

FileStorage

Mathias Rangel Wulff edited this page May 12, 2016 · 4 revisions

FileStorage

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");

DROP

To drop a FileStorage database please remember to include the engine name

DROP FILESTORAGE DATABASE db_name
Clone this wiki locally