database
Discover the best alternatives in this category.
RavenDB
ravendb.net
Open-source NoSQL document database offering ACID transactions, full-text search, and automatic indexing, designed to simplify building data-intensive .NET applications.
VoltDB
www.voltactivedata.com
In-memory relational database engineered for high-throughput, low-latency transactional workloads, used in telecom, finance, and real-time decisioning systems.
VirtuProbe Studio
virtuprobe.studio
Cross-protocol request workbench for integration and penetration testing. 11 protocols, local-first, no account needed. Put your tests together on your own or supervise your agent helping you achieve your goals via MCP. Chain your tests or script your scenarios in JS or Groovy. Free tier covers HTTP, DNS and SMTP testing.
Apache Ignite
ignite.apache.org
Distributed in-memory computing platform that functions as a database, caching layer, and processing engine, accelerating applications with horizontally scalable memory-first storage.
TimescaleDB
www.timescale.com
PostgreSQL extension purpose-built for time-series data, adding automatic partitioning, compression, and fast time-based queries while retaining full SQL compatibility.
ClickHouse
clickhouse.com
Open-source columnar database management system built for blazing-fast analytical queries over massive datasets, widely used for real-time reporting and dashboards.
DuckDB
duckdb.org
Embedded analytical database engine optimized for fast OLAP queries directly within applications, often described as 'SQLite for analytics' for local data analysis.
SurrealDB
surrealdb.com
Modern multi-model database combining SQL-style querying with document, graph, and real-time capabilities in a single lightweight engine for full-stack apps.
Fauna
fauna.com
Serverless, globally distributed document-relational database offering strong consistency, GraphQL support, and zero operational maintenance for developers.
OrientDB
orientdb.dev
Multi-model NoSQL database combining graph, document, and object database features, letting developers model complex relationships alongside flexible schemas.
ArangoDB
arangodb.com
Multi-model database combining document, graph, and key-value data models in a single engine, letting developers query connected and unstructured data together.
RethinkDB
rethinkdb.com
Open-source NoSQL document database built for real-time applications, pushing live query result updates to connected clients as underlying data changes.
Apache HBase
hbase.apache.org
Open-source, distributed wide-column NoSQL database built on Hadoop's HDFS, designed for random real-time read/write access to massive datasets.
ScyllaDB
www.scylladb.com
High-performance NoSQL database compatible with Cassandra and DynamoDB APIs, rewritten in C++ for dramatically lower latency and higher throughput per node.
SingleStore
www.singlestore.com
Distributed SQL database engineered for fast transactional and analytical workloads simultaneously, enabling real-time analytics on live operational data.
YugabyteDB
www.yugabyte.com
Open-source distributed SQL database compatible with PostgreSQL, offering horizontal scalability, resilience, and geo-distribution for cloud-native applications.
TiDB
tidbcloud.com
Open-source distributed SQL database compatible with MySQL, combining transactional and analytical processing for real-time, horizontally scalable applications.
InfluxDB
www.influxdata.com
Purpose-built time-series database optimized for storing and querying metrics, events, and sensor data at high write throughput for monitoring and IoT applications.
Neo4j
neo4j.com
Leading native graph database that stores and queries highly connected data as nodes and relationships, ideal for recommendation engines, fraud detection, and network analysis.
KeyDB
docs.keydb.dev
Multithreaded fork of Redis designed as a drop-in replacement offering higher throughput on multi-core machines while remaining fully compatible with Redis clients.
Cloudflare Cache
www.cloudflare.com
Edge caching layer built into Cloudflare's CDN that caches static and dynamic content close to users, reducing load on origin servers automatically.
Hazelcast
hazelcast.com
In-memory computing platform combining distributed caching with real-time stream processing, used in enterprise applications that need both speed and data consistency.
Amazon ElastiCache
aws.amazon.com
Fully managed in-memory caching service from AWS supporting both Redis and Memcached, removing the operational burden of running caching infrastructure.
Varnish Cache
varnish-cache.org
HTTP accelerator designed for content-heavy dynamic websites, caching entire web pages in memory to serve them extremely quickly under high traffic.
Memcached
memcached.org
Simple, high-performance distributed memory object caching system, widely used to speed up dynamic web applications by reducing database load.
Railway
railway.app
Developer platform that makes it simple to provision and host databases alongside application deployments, with usage-based pricing and instant setup.
Google Cloud SQL
cloud.google.com
Google's fully managed relational database service supporting MySQL, PostgreSQL, and SQL Server with automated backups, replication, and patching.
MongoDB Atlas
www.mongodb.com
Fully managed cloud database service for MongoDB, handling deployment, scaling, and backups across AWS, Azure, and Google Cloud from a single dashboard.
Neon
neon.tech
Serverless PostgreSQL platform with instant database branching and autoscaling compute, designed for modern development workflows and CI/CD pipelines.
Supabase
supabase.com
Open-source Firebase alternative built on PostgreSQL, offering managed database hosting, authentication, real-time subscriptions, and auto-generated APIs for developers.
PlanetScale
planetscale.com
Serverless MySQL-compatible database platform built on Vitess, offering branching workflows, non-blocking schema changes, and automatic horizontal scaling.
Amazon RDS
aws.amazon.com
Fully managed relational database hosting service from AWS supporting PostgreSQL, MySQL, SQL Server, and more, automating backups, patching, and scaling.
Entity Framework Core
learn.microsoft.com
Microsoft's official ORM for .NET, letting developers work with databases using .NET objects and LINQ queries instead of writing SQL directly.
Hibernate
hibernate.org
The most widely used ORM framework for Java, mapping Java objects to relational database tables and handling much of the boilerplate involved in persistence.
SQLAlchemy
www.sqlalchemy.org
Comprehensive Python SQL toolkit and ORM offering both a high-level ORM layer and full control over raw SQL, considered the standard for Python database work outside Django.
Django ORM
docs.djangoproject.com
The object-relational mapper built into Django, letting Python developers define database models as classes and query them using Python instead of raw SQL.
TypeORM
typeorm.io
TypeScript and JavaScript ORM that supports both Active Record and Data Mapper patterns, widely used in Node.js backend frameworks like NestJS.
Sequelize
sequelize.org
Long-established promise-based Node.js ORM supporting PostgreSQL, MySQL, SQLite, and other databases with a mature ecosystem of plugins and migrations.
Prisma
www.prisma.io
Modern TypeScript ORM offering a type-safe query builder, automated migrations, and an intuitive schema definition language that has become a favorite in the Node.js ecosystem.
pgvector
github.com
Open-source PostgreSQL extension that adds vector similarity search directly into Postgres, letting teams store embeddings alongside their existing relational data.
Chroma
www.trychroma.com
Open-source embedding database designed to be simple to run locally or in production, popular as the default vector store for many AI and LLM application prototypes.
Qdrant
qdrant.tech
Open-source vector similarity search engine and database written in Rust, offering filtering, payload storage, and a straightforward REST and gRPC API.
Milvus
milvus.io
Open-source vector database built for massive-scale similarity search, designed to handle billions of vector embeddings with high performance for AI applications.
Weaviate
weaviate.io
Open-source vector database that combines vector search with structured filtering and built-in machine-learning model integrations for building AI-powered search applications.
Pinecone
www.pinecone.io
Fully managed vector database purpose-built for storing and querying high-dimensional embeddings at scale, widely used to power semantic search and AI retrieval applications.
Firestore
firebase.google.com
Scalable, document-based NoSQL database from Google Cloud offering real-time sync, offline support, and flexible querying for mobile and web applications.
CouchDB
couchdb.apache.org
Open-source document database using JSON for storage and HTTP as its API, with built-in multi-master replication for offline-first and distributed applications.
Couchbase
www.couchbase.com
Distributed NoSQL document database combining the flexibility of JSON documents with SQL-like querying and built-in caching for high-performance enterprise applications.
Amazon DynamoDB
aws.amazon.com
Fully managed, serverless NoSQL key-value and document database from AWS that automatically scales throughput and storage to handle virtually any traffic pattern.
Apache Cassandra
cassandra.apache.org
Open-source, wide-column NoSQL database designed for massive scalability and high availability across distributed clusters without a single point of failure.
Redis
redis.io
In-memory key-value data store used for caching, session storage, and real-time analytics, prized for sub-millisecond latency and support for rich data structures.
MongoDB
www.mongodb.com
Leading document-oriented NoSQL database storing data as flexible JSON-like documents, widely used for applications needing schema flexibility, horizontal scaling, and rapid iteration.
CockroachDB
www.cockroachlabs.com
Distributed SQL database built to survive server and data center failures automatically while maintaining strong consistency, designed for cloud-native, globally distributed applications.
MariaDB
mariadb.org
Community-developed fork of MySQL created by its original developers, offering enhanced performance and features while remaining a drop-in replacement.
SQLite
www.sqlite.org
Lightweight, serverless, self-contained SQL database engine embedded directly into applications, mobile apps, and browsers rather than run as a separate server process.
Oracle Database
www.oracle.com
Long-standing enterprise relational database known for its performance, scalability, and advanced features, dominant in large-scale mission-critical enterprise systems.
Microsoft SQL Server
www.microsoft.com
Enterprise-grade relational database platform from Microsoft offering advanced analytics, security, and tight integration with the Microsoft development stack.
MySQL
www.mysql.com
One of the world's most widely used open-source relational database systems, powering countless web applications thanks to its speed, reliability, and broad hosting support.
PostgreSQL
www.postgresql.org
The most advanced open-source relational database, known for standards compliance, extensibility, and robust support for complex queries, JSON data, and full-text search.