chidam
chidam
Explore posts from servers
DTDrizzle Team
Created by chidam on 6/2/2023 in #help
can't execute basic pg cmnds in drizzle orm .
I have written my schema and generated the table. I can use pg client to interact with the db but not with drizzle orm for some reason i am executing a simple command
const result = await db.select().from('auth_key')
const result = await db.select().from('auth_key')
it gives an error stating that
e: ReferenceError: auth_key is not defined
e: ReferenceError: auth_key is not defined
3 replies