mysql2 many-to-many
Dynamic Drizzle Relational Queries
migrate isn't applying the latest migration sql file

ER_WRONG_AUTO_KEY - Drizzle Kit not detecting primary keys
Update number column with it's current value and new number
UPDATE products
SET quantity = quantity + 15
WHERE id = <my-id>;
UPDATE products
SET quantity = quantity + 15
WHERE id = <my-id>;
Using 'where' inside 'with'
json column type mismatch when using db.query

I swear this infer was working... am I crazy?
optional join
How to create a transaction outside of callback function?
Access relation

DB type error
Generate drizzle migrations and push with drizzle kit with github actions for preview environments

VSCode - how force auto-imports from 'drizzle-orm/pg-core' instead of 'drizzle-orm/mysql-core'
Incorrect typing with joins on CRUD and RQB API
[x: string]: never
whereas it's typed when I'm not using joins.
Same with the RQB API, joining something such as User
with Posts
returns User
as the type...
For both cases, the correct data returns in the route; since I'm using OpenAPI & RPC I'm trying to figure out how to type this correctly.....Newline causing SQL error when migrating
How to get the return Type of a query with relations?

Drizzle as SQL query generator