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 56 libsql-js issues
Sort by recently updated
recently updated
newest added

When connecting remotely to a database I'm getting the following error: ``` Hrana(Api("{\"error\":\"Timed out while opening database connection\"}")) ``` But only when calling `statement.all` like this: ```js const statement =...

Hi, wanted to inform on where libsql stands on database encryption. We are currently using [better-sqlite3-multiple-ciphers](https://www.npmjs.com/package/better-sqlite3-multiple-ciphers) however Deno does not support this (or better-sqlite3). So we are looking to refactor...

I'm using an Embedded Replica, and every now and then I see the following when executing writes against the Embedded Database (I'm the only writer): ``` 2024-12-25T21:56:29.247927Z ERROR tower_http::trace::on_failure: response...

During benchmarking of libsql-js I discovered a memory leak. Code to reproduce issue: https://github.com/mapka-dev/mbtiles-benchmark/blob/master/libsql-node-js/default-seq.js Memory increased to total of 23GB. Once all queries completed, it went back to normal values.

We had reports on Discord from someone that they were seeing "random errors" with embedded replicas. Turns out it was faulty application that forgot to `await` on sync. However, there's...

enhancement
help wanted
good first issue

typescript cannot find declaration for libsql/promise ![Untitled](https://github.com/user-attachments/assets/81d5220b-5d13-412f-a6b0-569251fd421f) tsconfig ![image](https://github.com/user-attachments/assets/0405a596-b6a3-4ba8-b6af-db2321a872fb) typescript version = 5.6.3 node version = 22.9.0 os = windows