-
Hello.
It's a fantastic project.
Is it possible to support not only postgres but also other DBs such as mysql later?
Thank you.
-
According to the `v0.21.0` [release note](https://github.com/drizzle-team/drizzle-kit-mirror/releases/tag/v0.21.0):
> For `sqlite` dialect, Drizzle will:
>
> - Check if the `@libsql/client` driv…
-
Seems like op-sqlite (starting from the release https://github.com/OP-Engineering/op-sqlite/releases/tag/10.0.0) do not properly return errors from LibSQL vector search specific statements.
For ex…
-
```bash
cargo new demo
cd demo
cargo add libsql
cargo check
```
### Output
```
error: failed to run custom build command for `libsql-ffi v0.4.0`
Caused by:
process didn't exit successful…
-
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);
…
-
### What version of `drizzle-orm` are you using?
0.33.0
### What version of `drizzle-kit` are you using?
0.24.0
### Describe the Bug
Getting `Offset is outside the bounds of the DataView` error t…
-
`pnpm install` shows newer versions of some are available
```
+ @libsql/client 0.9.0 (0.14.0 is available)
+ @node-rs/argon2 1.8.3 (2.0.0 is available)
+ drizzle-orm 0.33.0 (0.35.1 is available)
…
-
Similar to the issues reported in Python lib https://github.com/tursodatabase/libsql-experimental-python/issues/41 and Go lib https://github.com/tursodatabase/libsql/issues/985
I am also getting th…
-
When deploying or running sst dev with a worker that uses Dirzzle and libsql the following error happens:
```
| Error: No such module "node:http".
| imported from "worker.mjs"
| (10021)
× …
-
When either of the SQLite apps ([http-crud-go-sqlite](https://github.com/fermyon/enterprise-architectures-and-patterns/tree/main/http-crud-go-sqlite) or [http-crud-js-sqlite](https://github.com/fermyo…
vdice updated
1 month ago