dbstack

Index Sections Relational

§ Section · Relational

Relational databases.

SQL databases with ACID guarantees and rich query capabilities.

The default category for most applications. Relational databases trade some write scalability for transactional guarantees, joins, foreign keys, and a half-century of operational wisdom.

§ Tracked

4 tools · Ranked by stars

  1. 01

    CockroachDB

    A distributed, strongly-consistent SQL database with Postgres-wire compatibility, designed to survive failures.

    distributed · postgres-compatible

  2. 02

    PostgreSQL

    The world's most advanced open-source relational database.

    extensible

  3. 03

    MySQL

    The world's most widely deployed open-source relational database.

    classic

  4. 04

    SQLite

    A self-contained, serverless, zero-configuration, transactional SQL database engine — and the most widely deployed database in the world.

    embedded

§ Other Sections