We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
alasql('CREATE DATABASE geo'); alasql('USE geo');
To select current database:
alasql.use('test01'); // or alasql('USE test01'); // or alasql('USE DATABASE test01');
You can check current database name in alasql.useid property:
console.log('Current database:', alasql.useid);
Quick links
AlaSQL wiki frontpage
About AlaSQL
Install AlaSQL
Get started with AlaSQL