Skip to content

FileStorage

Andrey Gershun edited this page May 27, 2015 · 4 revisions

FileStorage

AlaSQL supports own format of database storage. This is a JSON file with all database data.

To use FileStorage you need to attach database:

    ATTACH FILESTORAGE DATABASE one;
Clone this wiki locally