sqlite insert results in error: "SQLite error: no such table: main.__old_push_items"
auctions
table inserts do not work for some reason. When I try to insert data into my sqlite db on Turso I get the following error:
LibsqlError: SQLITE_UNKNOWN: SQLite error: no such table: main.__old_push_items
LibsqlError: SQLITE_UNKNOWN: SQLite error: no such table: main.__old_push_items
A way to use the update function with existing value in row?
UPDATE counts SET count = count + 1 WHERE id = 1
but with drizzle orm, such as ...group by inside relations ?
Insert or Update: Error undefined is not an object (evaluating 'col.name')
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'