Privacy policy clauses for Prisma ORM
Prisma ORM is a type-safe database toolkit that developers use to manage application data through a schema-first approach. It acts as an intermediary between your application and database, handling data queries and storage without collecting data independently.
Free scan · No signup · Results in 60 seconds
What data Prisma ORM collects
Your privacy policy must disclose each of the following data types when you use Prisma ORM.
When does Prisma ORM trigger privacy obligations?
Installation and Schema Definition
Prisma ORM is triggered the moment you define your first schema and connect it to a database—even in development. Unlike client-side SDKs, Prisma ORM does not transmit data to Prisma Inc. servers by default; it is self-hosted. However, your privacy obligations begin immediately because Prisma ORM is the access layer to any personal data your schema defines.
Regulatory Triggers
GDPR (EU, UK, EEA): Triggered if any data subject in scope (EU residents) is stored in your Prisma schema. If your schema includes email, name, IP address, user ID, or other identifiers, you are a data controller. You must document a lawful basis (Article 6), carry out a Data Protection Impact Assessment (DPIA) if processing is high-risk (Article 35), and ensure any database processor has a Data Processing Agreement (DPA, Article 28).
CCPA (California): Triggered if you collect personal information (as defined in CCPA Section 1798.100) from California residents and your business meets thresholds (revenue >$25M, data of 100K+ consumers, or 50%+ revenue from selling data). Your Prisma schema must map to CCPA categories (identifiers, commercial activity, biometric, etc.).
Industry-specific: If your schema contains health data (HIPAA, USA) or payment card data (PCI-DSS), heightened obligations apply immediately.
