nicolaefilat
I am really struggling to get Deno and a decent ORM to work.
I tried prisma multiple times by following https://www.prisma.io/docs/orm/prisma-client/deployment/edge/deploy-to-deno-deploy and https://docs.deno.com/runtime/tutorials/how_to_with_npm/prisma/ but I always get an error about the database url not starting with prisma://
I looked at denoDB but that is not mentained now.
What are my options to use and connect to a sqlite db using an ORM?
Thanks
5 replies