libsql-js icon indicating copy to clipboard operation
libsql-js copied to clipboard

A better-sqlite3 compatible API for libSQL that supports Bun, Deno, and Node

Results 65 libsql-js issues
Sort by recently updated
recently updated
newest added

Hello Gentlemen. I wanted to use this in my small personal project but got this error message: ``` # npm install npm error code EBADPLATFORM npm error notsup Unsupported platform...

I'm working on it: https://github.com/Brooooooklyn/libsql-js/pull/1 The changes should also improve performance by reducing data copying operations.

**Issue Title**: [Crash in index.node: INVALID_POINTER_READ_c0000005" or "V8 FieldTypeDependency Error] --- ### **Environment** - **OS**: [e.g., Windows 10 21H2 x64] - **Node.js Version**: [if applicable, e.g., Node.js v22.16.0] - **Electron...

Regression from the `napi-rs` conversion: ```src/server/helpers/collections/sqlite/SqliteConnection.ts:90:3 - error TS2740: Type 'Database' is missing the following properties from type 'Database': readonly, name, open, transaction, and 7 more. 90 sqlite = new...

When using Bun as the runtime and a local DB file, whenever a SqliteError is thrown, a TypeError is actually thrown. ```sh TypeError: First argument must be an Error object...