Files
turso/bindings/javascript/packages/browser-common
Pekka Enberg f8130d051f Merge 'Fix JavaScript bindings' from Nikita Sivukhin
This PR makes all JS db packages to have uniform interface: `new
Database(...)` constructor with explicit `connect()` and `close()`
methods.
Also, this PR adds docstrings in the code and properly support few
better-sqlite options (readonly, fileMustExist, timeout)

Closes #3334
2025-09-25 17:24:03 +03:00
..
2025-09-24 09:08:34 +03:00
2025-09-10 22:35:57 +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.