Comment on Fresh 1.1 – Automatic JSX, plugins, DevTools, and moreparentComments−dcre4yMutations: https://fresh.deno.dev/docs/getting-started/form-submissionsNot 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.
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.