Skip to content

FileStorage

Mathias Rangel Wulff edited this page Jun 12, 2015 · 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;
Clone this wiki locally