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
1 Reply
this was resolved , the schema was never passed