database

Discover the best alternatives in this category.

RavenDB

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.

NoSQL
VoltDB

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.

SQL
Sponsored
VirtuProbe Studio

VirtuProbe StudioPremium Verified

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.

API Testing
Apache Ignite

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.

Caching
TimescaleDB

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.

Time-Series Databases
ClickHouse

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.

Data Warehousing
DuckDB

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.

Data Warehousing
SurrealDB

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.

NoSQL
Fauna

Fauna

fauna.com

Serverless, globally distributed document-relational database offering strong consistency, GraphQL support, and zero operational maintenance for developers.

NoSQL
OrientDB

OrientDB

orientdb.dev

Multi-model NoSQL database combining graph, document, and object database features, letting developers model complex relationships alongside flexible schemas.

Graph Databases
ArangoDB

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.

Graph Databases
RethinkDB

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.

NoSQL
Apache HBase

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.

NoSQL
ScyllaDB

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.

NoSQL
SingleStore

SingleStore

www.singlestore.com

Distributed SQL database engineered for fast transactional and analytical workloads simultaneously, enabling real-time analytics on live operational data.

SQL
YugabyteDB

YugabyteDB

www.yugabyte.com

Open-source distributed SQL database compatible with PostgreSQL, offering horizontal scalability, resilience, and geo-distribution for cloud-native applications.

SQL
TiDB

TiDB

tidbcloud.com

Open-source distributed SQL database compatible with MySQL, combining transactional and analytical processing for real-time, horizontally scalable applications.

SQL
InfluxDB

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.

Time-Series Databases
Neo4j

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.

Graph Databases
KeyDB

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.

Caching
Cloudflare Cache

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.

Caching
Hazelcast

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.

Caching
Amazon ElastiCache

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.

Caching
Varnish Cache

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.

Caching
Memcached

Memcached

memcached.org

Simple, high-performance distributed memory object caching system, widely used to speed up dynamic web applications by reducing database load.

Caching
Railway

Railway

railway.app

Developer platform that makes it simple to provision and host databases alongside application deployments, with usage-based pricing and instant setup.

Database Hosting
Google Cloud SQL

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.

Database Hosting
MongoDB Atlas

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.

Database Hosting
Neon

Neon

neon.tech

Serverless PostgreSQL platform with instant database branching and autoscaling compute, designed for modern development workflows and CI/CD pipelines.

Database Hosting
Supabase

Supabase

supabase.com

Open-source Firebase alternative built on PostgreSQL, offering managed database hosting, authentication, real-time subscriptions, and auto-generated APIs for developers.

Database Hosting
PlanetScale

PlanetScale

planetscale.com

Serverless MySQL-compatible database platform built on Vitess, offering branching workflows, non-blocking schema changes, and automatic horizontal scaling.

Database Hosting
Amazon RDS

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.

Database Hosting
Entity Framework Core

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.

ORM
Hibernate

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.

ORM
SQLAlchemy

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.

ORM
Django ORM

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.

ORM
TypeORM

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.

ORM
Sequelize

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.

ORM
Prisma

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.

ORM
pgvector

pgvector

github.com

Open-source PostgreSQL extension that adds vector similarity search directly into Postgres, letting teams store embeddings alongside their existing relational data.

Vector Databases
Chroma

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.

Vector Databases
Qdrant

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.

Vector Databases
Milvus

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.

Vector Databases
Weaviate

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.

Vector Databases
Pinecone

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.

Vector Databases
Firestore

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.

NoSQL
CouchDB

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.

NoSQL
Couchbase

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.

NoSQL
Amazon DynamoDB

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.

NoSQL
Apache Cassandra

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.

NoSQL
Redis

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.

Caching
MongoDB

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.

NoSQL
CockroachDB

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.

SQL
MariaDB

MariaDB

mariadb.org

Community-developed fork of MySQL created by its original developers, offering enhanced performance and features while remaining a drop-in replacement.

SQL
SQLite

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.

SQL
Oracle Database

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.

SQL
Microsoft SQL Server

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.

SQL
MySQL

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.

SQL
PostgreSQL

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.

SQL