-
>[!NOTE]
> The in-memory store means that this can be run as a single container and is cheap to run, so this is not a priority.
The use of an in-memory map for basic storage is in use at the momen…
-
Cijin updated
1 month ago
-
I think this is pretty self explanatory. :)
```bash
thread '' panicked at src/lib.rs:453:40:
not yet implemented: blobs not supported
note: run with `RUST_BACKTRACE=1` environment variable to di…
-
### What version of `drizzle-orm` are you using?
0.30.6
### What version of `drizzle-kit` are you using?
0.20.14
### Describe the Bug
If I try to run ```drizzle-kit push:sqlite``` after modifying…
-
```js
await client.execute("SELECT * FROM ...");
```
throws
```js
file:///C:/Users/mdash/Documents/.../node_modules/@libsql/client/lib-esm/hrana.js:257
return new LibsqlError(e.message…
-
I would like to see support for editing SQLite databases over ssh. Some companies are currently looking for good ways the run databases on the edge and SQLite seems to be a popular choice (LiteFS, Chi…
-
I'm getting this error since upgrading to libsql/client 5.0. The config for createClient is as follows:
{
url: "file:local.db",
syncUrl: config.env.DATABASE_URL,
authToken: config.env.DATABASE_AUT…
-
sqlite3 `.dump` wraps the entire SQL output (after `PRAGMA foreign_keys=OFF;`) in `BEGIN TRANSACTION;` and `COMMIT;`. Turso's shell does not. Should it? That would defend against a partial set of st…
-
Would be amazing if we can deploy it to Cloudflare Edge. Then we can take advantage of Astro's lightning speed and Turso.
-
One issue we've had with LiteFS is that background job nodes usually need to write to the database but they are not the primary node themselves. They also cannot utilize the LiteFS proxy since there a…