- 
                Notifications
    You must be signed in to change notification settings 
- Fork 689
Database Class
        Mathias Rangel Wulff edited this page Jun 12, 2015 
        ·
        2 revisions
      
    Example:
var db = new alasql.Database(‘mydb’) 
Now
- 
db.databaseidis database name
- 
db.tablesarray of tables
- 
db.engineidname of engine (Local Storage, IndexedDB, etc.)
- 
db.exec(sql)executes SQL statements against the mydb database
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo