Databases & Data
Relational, document, vector, and analytics databases — plus GUIs, migration tools, and streaming platforms.
40 curated links across 8 sections
Operational stores, analytics warehouses, search engines, and the tooling around them. If you're picking a database today, start with a managed Postgres — and reach for the specialists only when the workload demands it.
Managed Postgres
Start here for 90% of use cases.
- SupabaseFeaturedFreemium
Postgres + auth + storage + edge functions + realtime. The open-source Firebase.
PostgresBaaS - NeonFeaturedFreemium
Serverless Postgres with branching, autosuspend, and scale-to-zero. Previews per PR.
Postgresserverless - TemboFreemium
Postgres with 200+ pre-packaged extensions. Great for specialized workloads.
Postgresextensions - Crunchy BridgePaid
Enterprise-grade managed Postgres from the folks behind PGO. Serious production workloads.
Postgresenterprise The default on AWS. Boring, reliable, integrates with everything.
PostgresAWS
Other SQL & document DBs
When Postgres isn't the right fit.
- PlanetScalePaid
MySQL-compatible (Vitess) serverless DB with branch-based schema changes.
MySQL - TursoFreemium
Hosted libSQL (SQLite fork). Multi-tenant DBs at the edge.
SQLiteedge - MongoDB AtlasFeaturedFreemium
Managed MongoDB with vector search built in. Generous free tier.
MongoDBdocument - CockroachDBFreemium
Distributed SQL DB that survives region failures. Drop-in Postgres wire protocol.
distributedSQL - FaunaDBFreemium
Serverless document-relational DB with FQL. Global by default, ACID transactions.
documentserverless
Key-value, cache & queue
Fast, ephemeral, or pub/sub workloads.
- UpstashFeaturedFreemium
Serverless Redis, Kafka, QStash. Pay-per-request, no idle cost.
Redisserverless - Redis CloudFreemium
Official managed Redis from Redis Inc. Every module (Search, JSON, TimeSeries).
Redis - DragonflyDBOpen-source
Redis-compatible DB with a modern multi-threaded architecture. 25× faster for some workloads.
Redis-compatibleself-hostable - ValkeyOpen-source
Linux Foundation fork of Redis. Drop-in replacement, OSS-first governance.
Redis-forkopen-source
Analytics & warehouses
Columnar stores for OLAP, BI, and event pipelines. Cheap-per-byte, expensive-per-query.
- ClickHouse CloudFeaturedFreemium
Ludicrously fast open-source columnar DB. The go-to for real-time analytics.
columnarOLAP - BigQueryPaid
Google's serverless warehouse. SQL, ML, geospatial, streaming ingest. Billed per scan.
warehouseGCP - SnowflakePaid
Multi-cloud data warehouse with best-in-class separation of compute + storage.
warehouse - DatabricksPaid
Lakehouse platform — Delta Lake, Spark, ML, governance. Preferred for data engineering at scale.
lakehouseSpark - DuckDBFeaturedOpen-source
In-process OLAP DB. SQL over Parquet / JSON / CSV at warehouse speed, locally.
OLAPembedded - MotherDuckFreemium
Managed DuckDB with hybrid local/cloud execution. Notebook-first workflow.
DuckDBmanaged
Search engines
Full-text, fuzzy, faceted, and hybrid search.
- TypesenseFeaturedFreemium
Fast typo-tolerant search. Open-source alternative to Algolia.
searchopen-source - MeilisearchFreemium
Developer-friendly search with vector + hybrid out of the box. Rust core.
searchopen-source - AlgoliaPaid
The industry-standard hosted search. Best-in-class SDKs + UI components.
search - Elastic CloudFreemium
Managed Elasticsearch + Kibana. Still the heavyweight for log + metric search.
Elasticsearch - OramaFreemium
In-browser vector + full-text search. Runs on-device for offline apps.
searchembedded
Streaming & event pipelines
Move data between systems in real time.
- Confluent CloudPaid
Managed Kafka from the people who wrote it. Multi-cloud, Schema Registry, ksqlDB.
Kafka - RedpandaFreemium
Kafka-API-compatible broker in a single binary. No ZooKeeper, much faster.
Kafka-compatible - WarpstreamPaid
Kafka-compatible streaming on S3. Radical cost reductions at scale.
Kafka-compatibleS3 - InngestFeaturedFreemium
Event-driven background jobs + workflows for serverless. Durable execution, retries.
eventsworkflows
SQL clients & GUIs
Where you actually run queries day-to-day.
- DBeaverFeaturedFree
Free, universal DB GUI. Supports every major engine. Community edition is all you need.
GUIuniversal - TablePlusFreemium
Native Mac/Windows client with a beautiful UI. The paid favorite.
GUInative - DataGripPaid
JetBrains' DB IDE. Sharpest SQL editor + refactoring + version control integration.
GUIJetBrains - Beekeeper StudioOpen-source
Open-source SQL editor. Cross-platform, clean UX, no signup.
GUIopen-source - OuterbaseFreemium
Browser-based multi-DB client with AI query assistance + editable tables.
browserAI - Prisma StudioFree
Visual editor for any DB with a Prisma schema. Great for Node/TS teams.
GUIPrisma
ORMs, migrations & schema
The layer between your code and the DB.
- Drizzle ORMFeaturedOpen-source
TypeScript-first, SQL-like ORM with zero runtime overhead. Current TS favorite.
TypeScriptORM - PrismaOpen-source
TypeScript ORM with a declarative schema. Mature tooling, big ecosystem.
TypeScriptORM - KyselyOpen-source
Type-safe TypeScript SQL query builder. Nothing runtime-y about it.
TypeScriptquery builder - SQLAlchemyOpen-source
The canonical Python ORM + SQL toolkit. Industrial-strength.
PythonORM - AtlasFreemium
Modern DB schema migration tool. Declarative schemas, CI integrations.
migrations
Other resource directories
Links on this page point to third-party sites. We pick them on merit — no affiliate tracking, no paid placements. Spot something outdated or missing? Open an issue.