I want to use Prisma as part of the existing REST ...
# orm-help
g
I want to use Prisma as part of the existing REST backend (node.js). Is it possible just to install (npm i -g prisma) and use it on my own server or is it necessary to switch to the Enterprise version (because of the "On Premise" feature)?
h
The Prisma framework is open source, you can use it as much as you want without paying for it
It’s only if you want Prisma to manage your servers/prisma instances that it will cost you money 🙂
g
okay, perfekt. it's not the case that I don't want to pay but I don't like to deploy somewhere into the cloud (at least at the moment)
😄