top | item 47054942

(no title)

dbbk | 13 days ago

Just use Drizzle

discuss

order

tillcarlos|13 days ago

That’s what I thought.

The queries look a but more clumsy then but you won’t cause problems when spelling the column names.

  const [domain] = await db
    .select()
    .from(cmsDomains)
    .where(eq(cmsDomains.id, domainId))
    .limit(1);

mkesper|13 days ago

Please tell us why we should.

dbbk|8 days ago

Because it's a solved problem