Error while pushing/pulling from pg DB (supabase)
[solved] useLiveQuery seems to always run the query twice
useLiveQuery
causes the query to happen twice in quick succession. Why is this?NULLS LAST in orderBy
[SOLVED] invalid reference to FROM-clause entry for table
Manual Migrations
npx drizzle-kit migrate
...Help with 'in' queries
Can't create relation between two tables
clients
table and a sheets
tables where a client can have multiple sheets linked to their ID, but I keep getting complaints about incompatible foreign keys due to my bad schema
Fixed; for anyone wondering, instead of using references(() => clients.id)
very shallowly you have to create proper relations like such:
```ts...Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './connect' is not defined by "exports"
Extend/omit from table schema.
Error: ... not assignable to parameter of type SelectedFields
transations

Help with the connection between Drizzle and Supabase
Thanks in advance!...
reusing placeholders
Error with drizzle-kit push
How to use sub query or CTE inside values method of insert?
many to many relation to same table with one relation field
Error when running migrations in newest drizzle-kit
Need help migrating from "reference" declarations to "foreignKeys"
<name>.table.ts
files we have defined for our schema.
I want to avoid generating unnecessary migrations, so was trying to use the same names that were automatically assigned for the references....Can i share drizzle transaction with knex.js's transaction (postgresql)