Skip to content
Andrey Gershun edited this page May 27, 2015 · 3 revisions

ATTACH

Attach local or external database to AlaSQL.

Syntax:

    ATTACH [engineid] DATABASE databaseid [(parameters)];

Currently AlaSQL supports these database engines:

This statement can be used for attachment of external databases:

    alasql('ATTACH LOCALSTORAGE DATABASE mybase');
Clone this wiki locally