-
It's a feature request.
I would like to request periodic database backups or database snapshots. It doesn't have to be fully automated, such as recovering from backups through a fancy UI, but I wo…
-
I'm working on an app, which will go into production testing within 14 days.
I'm running turborepo and I have drizzle / turso running in a separate workspace. Which gets built and used by an appli…
-
Automatically getting tags with ollama is quite nice ! but i think it would be more awesome if it stored text vector , so we can search by similar text, or make filter to have similar links / image to…
-
The `db.execute` method currently returns a non-generic `ResultSet` type. However, in some cases, the column and row types are known beforehand. By making `ResultSet` generic, developers could provide…
-
The following fails with Deno:
```
import { createClient } from "https://esm.sh/@libsql/client@0.4.0-pre.2/node";
const config = {
url: "file:local.db"
};
const db = createClient(config);
…
-
I asked ChatGPT for types & it gave this:
```ts
declare module "sqlite-ulid" {
export function getLoadablePath(): string;
}
```
Can you publish this? I'll use a `global.d.ts` in the meanti…
-
Let's add a `db import ` command for bulk uploading SQLite and perhaps CSV files, similar to what these guys are doing:
https://bit.io
https://github.com/bitdotioinc/pgsqlite
-
I tried using `libsql-client-ts` to access a `Turso` database with both `Prisma` and `Drizzle` ORMs. When using these tools with `libsql-client-ts` I enountered errors with NextJS 14 Server Actions.
…
-
**Is your feature request related to a problem? Please describe.**
I want to connect to my turso DB which is a libsql db hosted on cloud. To connect to Turso db, it requires db url and auth token. Cu…
-
I started a new project and add my turso db to the config but i am getting the following error when running initial migrations:
Unable` to create the django_migrations table (HRANA_WEBSOCKET_ERROR:…