Hacker News new | ask | show | jobs
by babyshake 1379 days ago
How does it compare to using Next? Looking through the Fresh docs I don't see references to an ORM, mutations, etc. I'm probably missing or misunderstanding something.
1 comments

Mutations: https://fresh.deno.dev/docs/getting-started/form-submissions

Not sure what you mean about an ORM. Next doesn’t have one either! These frameworks are agnostic about what happens inside your server-side GET and POST handlers — if you want to call an ORM-like library like Prisma from there, you can.