Hey wonderful people, I have a quick question rega...
# orm-help
g
Hey wonderful people, I have a quick question regarding Prisma.io nodejs client, I noticed that there is a “Pricing” section in the site and I’m wondering if it includes some cloud solution or its just for the usage of the ORM and if so, can you elaborate a bit on how you measure our usage? Thanks! Seems like I miss-understood the pricing page and its only for the “data-proxy” product 🙂
1
h
Hello, Prisma ORM is open source and completely free as it is licensed under the Apache 2.0 license. You can find the repository for it here: https://github.com/prisma/prisma Prisma Data Proxy provides database connection management and pooling for Prisma applications. It enables you to use Prisma in serverless environment where you would exhaust your connection limit if you don’t use a connection pooler. This proxy is a paid feature and it is not necessary to buy it in order to use the ORM.
👍 2
g
Thanks!