-
Notifications
You must be signed in to change notification settings - Fork 688
Transactions
agershun edited this page Dec 28, 2014
·
3 revisions
Begin
alasql('BEGIN');
alasql('BEGIN TRANSACTION');Commit
alasql('COMMIT');Rollback
alasql('ROLLBACK');In version 0.0.35 Alasql supports transactions only for Local Storage and DOM-storage database. Full support for other databases will be available in future versions
© 2014-2026, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo