Comment by dbbk 2 months ago Just use Drizzle 4 comments dbbk Reply tillcarlos 2 months 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 2 months ago Please tell us why we should. dbbk 2 months ago Because it's a solved problem
tillcarlos 2 months 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);
That’s what I thought.
The queries look a but more clumsy then but you won’t cause problems when spelling the column names.
Please tell us why we should.
Because it's a solved problem