using drizzle queries with aws postgres db

this is how the db is defined but db is of type : AwsDataApiPgDatabase<Record<string, never>> with drizzle queries type requiremet is export const auroraDB: AwsDataApiPgDatabase<Schema> so I am able to do db.select but not db.query.table.findMany Please Help
No description
1 Reply
>> Thunder <<
>> Thunder <<OP5mo ago
this was resolved , the schema was never passed

Did you find this page helpful?