Database & Data
Databases, ORMs, caching solutions, and backend-as-a-service platforms.
Databases, ORMs, caching solutions, and backend-as-a-service platforms.
Relational Databases
PostgreSQL
Advanced open source relational database with robust features and SQL compliance.
Key Features:
- ACID compliance
- Advanced data types
- Full-text search
- JSON support
ORMs & Database Tools
Prisma
Next-generation ORM for Node.js and TypeScript with type safety and migrations.
Key Features:
- Type-safe database access
- Auto-generated migrations
- Intuitive data modeling
- Query optimization
Caching & In-Memory
Redis
In-memory data structure store used as database, cache, and message broker.
Key Features:
- Lightning-fast performance
- Multiple data structures
- Pub/sub messaging
- Persistence options
Backend as a Service
Supabase
Open source Firebase alternative with PostgreSQL database, authentication, and real-time subscriptions.
Key Features:
- PostgreSQL database
- Built-in authentication
- Real-time subscriptions
- Storage and edge functions