𝔐𝔞𝔱𝔱𝔦𝔫
Explore posts from serversAggregateError on accessing my db with drizzle-orm and supabase
/src/api/db.ts
/src/api/index.ts
/src/api/server.ts
/src/routes/index.tsx
I have a supabase db with a table called seasons
. I want to access all seasons (for now inside index.tsx
, but later also in the app.tsx
) and display them. But this doesn't work and only display an AggregateError
:/4 replies