limbo/bindings/javascript/packages/browser-common
Nikita Sivukhin 974feac27b move compute to the main thread for browser and node
- now, most of the work is happening on the main thread
- for database in browser, we still have dedicated WebWorker - but it is used only for OPFS access and only for that
- for syn in browser we still offload sync operations to the WebWorker
2025-09-19 13:19:30 +04:00
..
index.ts move compute to the main thread for browser and node 2025-09-19 13:19:30 +04:00
package.json Turso 0.2.0-pre.3 2025-09-12 18:40:06 +03:00
README.md opfs for sync in one commit! 2025-09-10 22:35:57 +04:00
tsconfig.json hack imports of wasm due to the issues in Vite and Next.js build systems 2025-09-12 14:03:31 +04:00

About

This package is the Turso embedded database common JS library which is shared between final builds for Node and Browser.

Do not use this package directly - instead you must use @tursodatabase/database or @tursodatabase/database-browser.

⚠️ Warning: This software is ALPHA, only use for development, testing, and experimentation. We are working to make it production ready, but do not use it for critical data right now.