-
### What version of `drizzle-orm` are you using?
^0.30.10
### What version of `drizzle-kit` are you using?
^0.21.2
### Describe the Bug
There's an issue when i try to run npx drizzle-kit push, ke…
-
minimal repro i could come up with. Tested on python 3.11 (created via ` conda create -n deadlock python=3.11 anaconda`)
run via: `python main.py [sqlite3/libsql]`
Versions:
```
(deadlock) mih…
-
If you run `turso db update`, you will update the database software on all the databases in the same group. We should consider renaming the command to `turso groups system-upgrade` or something.
-
### 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
Every time I run `drizzle-kit push --force` when the previous…
-
## Describe the feature
Unless I am mistaken, Gorm does not support a network connected SQLite database, specifically [libsql](https://github.com/tursodatabase/libsql) / [Turso](https://turso.…
-
If a database (or actually the group) is sleeping, you get the following error message:
```console
$ turso db create foo
Error: could not create database foo: cannot create database on group defa…
-
I am trying to write a bash script to extract some data from the database in csv format and typically I would do this as
> sqlite3 my.db ".mode csv" ".headers on" "$sql_query"
Unfortunately, th…
-
The `legacy_alter_table` pragma [is required](https://sqlite.org/forum/forumpost/de614349cbfba209) to reliably implement the suggested procedure for [other kinds of schema changes](https://www.sqlite.…
-
```
Cannot read properties of null (reading 'split')
TypeError: Cannot read properties of null (reading 'split')
at globalThis.fetch (index.js:8457:59)
at async getIsSchemaDatabase (inde…
-
Hi. I found this repo searching for example using turso and axum. I've done some testing and found that using a Connection that is shared as State results in errors after a some successful requests if…