libsql-js
libsql-js copied to clipboard
A better-sqlite3 compatible API for libSQL that supports Bun, Deno, and Node
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...
typescript cannot find declaration for libsql/promise  tsconfig  typescript version = 5.6.3 node version = 22.9.0 os = windows