-
Notifications
You must be signed in to change notification settings - Fork 664
Database Class
agershun edited this page Dec 28, 2014
·
2 revisions
var db = new alasql.Database(‘mydb’)
- db.databaseid – database name
- db.tables – list of tables
- db.engineid – engine (Local Storage, IndexedDB, etc.)
- db.exec(sql) – execute sql in mydb database
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo