Skip to content
Mathias Rangel Wulff edited this page Jun 12, 2015 · 3 revisions

Keyword ATTACH

Attach local or external database to AlaSQL.

Syntax:

ATTACH engineid DATABASE databaseid [(parameter,...)] [AS alias] 

Currently AlaSQL supports the following databaseid's:

Example:

    alasql('ATTACH LOCALSTORAGE DATABASE mybase');

See also: DETACH, USE

Clone this wiki locally