-
If you are unable to connect to a database for whatever reason, you are greeted with:
```
Error: failed to connect to database. err: failed to execute SQL: SELECT 1;
```
Let's improve the erro…
-
tursoClient.js
```
import { createClient } from "@libsql/client"
const tursoClient = createClient({
url: process.env.TURSO_DATABASE_URL,
authToken: process.env.TURSO_AUTH_TOKEN,
})
expo…
ilshm updated
6 months ago
-
When going through the password-reset flow for email/password breaks when entering new password
**Error**
Invalid user
The user associated with this session is invalid.
**Configuration**
- tu…
-
### What happened?
Unsafe strings quoting.
I think that such features should be implemented inside driver, similar to
https://github.com/php/php-src/blob/master/ext/pdo_sqlite/sqlite_driver.c#L22…
-
Would be nice if in addition to doing interval-based replication, we could further reduce latency with a postgres table trigger that calls pg_notify(). https://www.postgresql.org/docs/current/sql-noti…
-
The strict database size cap of 10gb for Cloudflare D1 is quite limiting for large projects.
Drizzle currently supports many database drivers, some of which are edge-friendly.
Perhaps something li…
-
There is nothing stopping anyone from destroying an org with a database. The CLI should prevent that.
-
I don't know if this is the right repo for this issue, apologies if this is wrong.
```
→ select * from sqlite_schema;
TYPE NAME TBL_NAME ROOTPAGE SQL
table …
-
### What version of `drizzle-orm` are you using?
0.35.2
### What version of `drizzle-kit` are you using?
0.26.2
### Describe the Bug
I'm trying to upgrade to latest drizzle
https://github.com…
-
More of a thought at the moment, but wanted to jot this down.
Currently, the goose package and the CLI are tracked as a single Go module and versioned together (think single go.mod in the entire re…