Is there a way to make Drizzle work with Tauri?
pg: syntax error at or near $1 for select distinct on
select distinct on
query I am generating with drizzle code.
It used to work just fine, but sometime in the last couple of months it just stopped working and started throwing errors. I haven't changed my dependency versions for drizzle or related libraries.. maybe something changed underneath the drizzle-orm deps? I am stumped
```ts...how do i setup a minimum length drizzle schema for sqlite
Multi-branch development
Versatile functions with transaction support
tx = db
as the last argument of a function. I find I'm no longer able to do that. Is there an updated pattern I should use if I want the ability to use any query I've already written inside of a transaction?Issues from a WITH clause (CTE).
Issues with query
Unable to connect to Supabase in Development: SSL Error
Error: SASL: SCRAM-SERVER-FINAL-MESSAGE: server signature is missing
When I add { ssl: 'require' }
in my drizzle.config.ts or add ?sslmode=require
to the end of my database url I inevitably get this error: Error: self-signed certificate in certificate chain
...Non hardcoded strings in sql()
explain analyze to find indexes is a hassle
Possible bug in kit when using magic sql
created_at: timestamp("created_at").default(sql`CURRENT_TIMESTAMP`).notNull()
created_at: timestamp("created_at").default(sql`CURRENT_TIMESTAMP`).notNull()

migration file naming convention
weird __drizzle_migrations row id (move from `drizzle-kit push` to `drizzle-kit migrate`)
drizzle-kit migrate
? i though it was the migration filename id but it doesn't seem to be.
i had to forego the described challenge in the title. seemed trivial, but i found a few pitfalls in the dx.
i tried to manually create the rows in the drizzle table but the it's unclear how the index is defined. i had 10 migrations: locally, the id started in 25
. in my remote db, it started in 4
....(Async) Transactions & SQLite
Seems like the schema generic is missing - did you forget to add it to your DB type?
Seems like the schema generic is missing - did you forget to add it to your DB type?
Seems like the schema generic is missing - did you forget to add it to your DB type?
Bug: Count in Extras (Relational)
TypeError: colBuilder.buildExtraConfigColumn is not a function
How to infer connection type in TypeScript?
