← Back to context Comment by dbbk 6 days ago Just use Drizzle 4 comments dbbk Reply tillcarlos 6 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 6 days ago Please tell us why we should. dbbk 1 day ago Because it's a solved problem
tillcarlos 6 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);
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