-
I'm trying to deploy the next version to vercel following all the steps.
But when I try to run the migrations from a cloned repo I get this error.
```sh
# npx drizzle-kit migrate
drizzle-kit: v0…
mglsj updated
2 weeks ago
-
I need to access the SQLite database stored in Turso from a Java application. Are there any options available for this?
I didn't see any information about a JDBC driver or Java client support in th…
-
I notice you use in the example
mongodb
and polodb core (embedded) database,
on some older example i might have seen sled db
most of the db you use are all non-sql database
is there any …
-
## Description
Hi!
When accessing data from my site hosted on Vercel, I'm getting a 401 HTTP status code being thrown from the `@libsql/client` and I have no clue why. When I connect to the databa…
-
### What version of `drizzle-orm` are you using?
0.28.6
### What version of `drizzle-kit` are you using?
0.19.13
### Describe the Bug
1. Given `drizzle.config.ts`:
```ts
import { Config } fro…
-
### Describe what you want
I know this is probably on your radar but wanted to put this in. With the ability to now `ATTACH` db's in [Turso](https://gist.github.com/avinassh/ae33d3a8f73dd64daf9d58a…
-
### What version of `drizzle-orm` are you using?
0.30.7
### What version of `drizzle-kit` are you using?
0.20.14
### Describe the Bug
```
import type { Config } from "drizzle-kit";
// import …
-
First off, thanks for creating this! Exactly what i've been looking for. Great to see some recent updates too.
I'm trying to get things set up on the Turso database fork. Have everything running l…
-
saves making a request from one worker another worker
-
Using the example of repository.
django.core.exceptions.ImproperlyConfigured: 'libsql.db.backends.sqlite3' isn't an available database backend or couldn't be imported. Check the above exception. To…