Oreki
Explore posts from serversTransactions API
i'm using typescript SDK, in the transactions API, it appears to be not accepting any other types except primitive types, to create a new record with json column, i need to pass json object in a stringified version apparently for it to work
25 replies
DTDrizzle Team
•Created by Oreki on 1/26/2024 in #help
advanced relational query builder
hey, i have a use case where i need to return rows from one table based on filters requiring on connected table
here's prisma equivalent code
how would this be possible with drizzle
13 replies
CDCloudflare Developers
•Created by Oreki on 9/15/2023 in #workers-help
ENV Variables not found
hello, i am using hono, i have two routes one is list and other is image
when i try to access to the route
/list
everything works fine a supabase client is intialised and im returned number of files i have but when i go to route image i get the error that Environment not found and when i log the env it seems to be an empty object3 replies
CDCloudflare Developers
•Created by Oreki on 9/9/2023 in #pages-help
PNPM Monorepo on cloudflare pages
hello, i have a pnpm monorepo using lerna, i would like to deploy one of the apps to cloudflare pages from my monorepo
heres my build configuration
the issue is that i cannot cd into the correct directory and its running the
npx @cloudflare/next-on-pages@1
at root directory and build is failing for the same reason6 replies
DTDrizzle Team
•Created by Oreki on 8/7/2023 in #help
relations help
how can i have a many-to-many relation for example a user can have multiple followers and can follow multple users
this seem to not work and im told to give more information about relation "user.followers"
2 replies