Is there a way to write a query that orders and filters based on an array of possible options?
cannot set alias for composite primary key, getting (errno 1059) (sqlstate 42000) errors
Help with query writing

MySql NOW() in Drizzle
NOW()
function with Drizzle, rather than creating a new ts Date object and using that? Not that it matters much, but it would be good to keep everything in the db layer if possible. Apologies if I've missed this, I searched here, the reference docs site, and some READMEs on GitHub.Postgres: install plugin during migration
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
after creating the database.
...Introspect failing no pg_hba.conf entry for host
no pg_hba.conf entry for host
error. I am able to connect with TablePlus to the same db without issues.
As I'm attempting to also use ?ssl={"rejectUnauthorized":false}
to work around this I'm getting Cannot use 'in' operator to search for 'key' in {"rejectUnauthorized":false}
. Any hints on how I might get this one connected?...Is there a way I can use relational types?
with
parameter in the relational queries.
I've tried things like
```ts
type T = NonNullable<Parameters<typeof db.query.projects.findFirst>[0]>["with"];...Difference in using unique() on the column definition vs the index?
name: varchar('name', { length: 256 }).unique()
vs
`...Relational query problem
Error: relation "offers_details" does not exist
Error: relation "offers_details" does not exist
Error: relation "offers_details" does not exist
Postgres + WITH sql
sqlite http-proxy can't handle undefined values on `.get()` ?
undefined
values on get()
. The docs show this barebones example to set up an http proxy:
```ts
const db = drizzle(async (sql, params, method) => {
try {...Build fails because of drizzle typescript files
Invalid config file when doing any command with drizzle-kit

Is there any tip for unit testing with drizzle?
How to do this in drizzle schema?
introspect failing with pscale db
Error
Duplicate rows from distinct query