1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Initial bits for a JS API variant in which the client operates in the main thread and sqlite3 in a Worker. This is far from complete.

FossilOrigin-Name: f6d6f969791f0d2367ae5418623b4794f6df657d9d7d9002fb5aec4206dcfd4c
This commit is contained in:
stephan
2022-06-01 00:00:59 +00:00
parent c7fc08f69a
commit bff17db433
7 changed files with 164 additions and 16 deletions

View File

@@ -10,7 +10,8 @@
***********************************************************************
A basic test script for sqlite3-api.js.
A basic test script for sqlite3-api.js. This file must be run in
main JS thread and sqlite3.js must have been loaded before it.
*/
(function(){
const T = self.SqliteTestUtil;