Vuong Pham
Vuong Pham
DTDrizzle Team
Created by Michel Sena on 10/16/2024 in #help
Trying to pass transactions or db
I don't know the solution for your issue but currently I'm using
tx: NodePgDatabase
tx: NodePgDatabase
for the type of tx. Hope it helps.
2 replies
DTDrizzle Team
Created by Nico on 9/28/2024 in #help
Subqueries in insert statements
const subquery = dbClient.select({id}).from(languages).where(eq(code, 'pl-PL')
const subquery = dbClient.select({id}).from(languages).where(eq(code, 'pl-PL')
do not execute it (not add await)
3 replies