limbo/bindings/javascript/packages/common
2025-12-19 09:57:09 +02:00
..
async-lock.ts wip 2025-09-19 13:19:30 +04:00
bind.ts rename database-core -> database-common 2025-09-09 14:26:21 +04:00
compat.ts run get(...) to completion - otherwise INSERT ... RETURNING will be executed incorrectly 2025-12-12 17:37:04 +04:00
index.ts add explicit async connect method to the database instance 2025-09-24 17:06:23 +04:00
package.json Turso 0.4.0-pre.18 2025-12-19 09:57:09 +02:00
promise.test.ts rewrite MaybeLazy and add some test 2025-10-01 02:24:29 +04:00
promise.ts run get(...) to completion - otherwise INSERT ... RETURNING will be executed incorrectly 2025-12-12 17:37:04 +04:00
README.md Beta 2025-10-01 07:18:25 +03:00
sqlite-error.ts rename database-core -> database-common 2025-09-09 14:26:21 +04:00
tsconfig.json rewrite MaybeLazy and add some test 2025-10-01 02:24:29 +04:00
types.ts fix exec to run over multiple statements in the string 2025-09-25 12:03:52 +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-wasm.

⚠️ Warning: This software is in BETA. It may still contain bugs and unexpected behavior. Use caution with production data and ensure you have backups.