Does anyone have any example resources of creating a fullstack nextjs web app without an orm?
Answered
Western yellowjacket posted this in #help-forum
Western yellowjacketOP
I was looking online and read that understanding and implementing raw sql queries might be beneficial sometimes. i was wondering if you guys have any resources and exmaples for this. thanks!
Answered by B33fb0n3
This is an example for the user of raw sql: https://github.com/vercel/platforms/blob/main/app/%5Bdomain%5D/%5Bslug%5D/opengraph-image.tsx#L21
6 Replies
@Western yellowjacket I was looking online and read that understanding and implementing raw sql queries might be beneficial sometimes. i was wondering if you guys have any resources and exmaples for this. thanks!
This is an example for the user of raw sql: https://github.com/vercel/platforms/blob/main/app/%5Bdomain%5D/%5Bslug%5D/opengraph-image.tsx#L21
Answer
@Western yellowjacket solved?
@B33fb0n3 <@423837301081112576> solved?
Western yellowjacketOP
yes i figured out how i could approach with direct sql