database
MySQL
MySQL is a relational database for structured data and transactional workloads. I model schemas for clarity and query performance.
Use cases
- relational data
- transactions
- reporting
Related technologies
- Prisma ORM
Prisma provides a typed database client and migrations. I use it to keep schema
- 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 MySQL?
- MySQL is a relational database for structured data and transactional workloads. I model schemas for clarity and query performance. Typical use cases include relational data, transactions, reporting.
- Which projects use MySQL?
- New projects will be linked here as they ship.