Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 404 Bytes

Attach.md

File metadata and controls

22 lines (15 loc) · 404 Bytes

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