#really dumb question

11 messages · Page 1 of 1 (latest)

kindred scroll
#

this is where i make connection

#

according to drizzle orm's documentation i need to

const db = drizzle(client, { schema });
#

but i cant' put that anywhere

#

im dumb

gaunt crown
#

@kindred scroll async functions return promises - you can't call a function and immediately access the thing that the promise returns.

kindred scroll
#

@gaunt crown have you ever used drizzle?

gaunt crown
#

Nope

kindred scroll
gaunt crown
#

If you can boil it down to a specific question that you can post here, maybe, but I'm not able to commit to something like screensharing or digging into your codebase.