sqlite3_web_worker library
Classes
- AsyncSqliteController
- A base class for a web worker SQLite controller. This returns an instance of AsyncSqliteDatabase which can be extended to perform custom requests.
- AsyncSqliteDatabase
- Worker database which handles custom requests. These requests are used for handling exclusive locks for shared web workers and custom SQL execution scripts.