Skip to content

FileStorage

Mathias Rangel Wulff edited this page Mar 15, 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");
Clone this wiki locally