database
Prisma ORM
Prisma provides a typed database client and migrations. I use it to keep schema changes safe and queries readable.
Use cases
- migrations
- typed queries
- schema
Related technologies
- MySQL
MySQL is a relational database for structured data and transactional workloads.
- PostgreSQL
PostgreSQL is a robust relational database with strong JSON support. I reach for
- MongoDb
MongoDB is a document database for flexible schemas. I use it when document shap
- Firebase
Firebase provides backend services like auth and realtime data. I use it for fas
- JavaScript
JavaScript powers interactive UIs across browsers and servers. I use it for comp
- HTML
Semantic HTML is the foundation of accessible, SEO-friendly interfaces. I struct
FAQ
- How does Sandeep use Prisma ORM?
- Prisma provides a typed database client and migrations. I use it to keep schema changes safe and queries readable. Typical use cases include migrations, typed queries, schema.
- Which projects use Prisma ORM?
- New projects will be linked here as they ship.