database
PostgreSQL
PostgreSQL is a robust relational database with strong JSON support. I reach for it when integrity matters and queries evolve over time.
Use cases
- relational models
- JSON fields
- analytics
Related technologies
- MySQL
MySQL is a relational database for structured data and transactional workloads.
- Prisma ORM
Prisma provides a typed database client and migrations. I use it to keep schema
- 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 PostgreSQL?
- PostgreSQL is a robust relational database with strong JSON support. I reach for it when integrity matters and queries evolve over time. Typical use cases include relational models, JSON fields, analytics.
- Which projects use PostgreSQL?
- New projects will be linked here as they ship.