:wave: Hello - had a quick question. If I am maki...
# orm-help
j
👋 Hello - had a quick question. If I am making a dedicated server for hosting a graphql API, and want to use the prisma API on the server as an ORM, do I need to deploy prisma to a separate server altogether? Or can I simply install it on my dedicated server?
n
you can install Prisma wherever you can run Docker (and/or JVM 🙂 )
👍 1
j
Awesome. Can I install prisma on the same docket machine as a graphql API? (Like side by side and access the prisma API locally)