awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Sisteme de gestionare a bazelor de date relaționale

Clasament actualizat la 30 iun. 2026

For un sistem de gestionare a bazelor de date relaționale, the strongest matches are postgres/postgres (PostgreSQL is the gold-standard open-source relational database management system), cockroachdb/cockroach (CockroachDB is a distributed SQL database with full ACID) and mariadb/server (MariaDB is a production-grade relational database management system that). mysql/mysql-server and erikgrinaker/toydb round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Motoare de baze de date relaționale open-source și sisteme de management pentru stocarea datelor structurate și procesarea interogărilor complexe.

Sisteme de gestionare a bazelor de date relaționale

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • postgres/postgresAvatar postgres

    postgres/postgres

    20,076Vezi pe GitHub↗

    PostgreSQL is an object-relational database management system designed for the persistent storage and retrieval of structured information. It functions as an ACID-compliant database server, utilizing standard query language protocols to maintain data consistency and reliability across large-scale application datasets. The system distinguishes itself through an extensible architecture that allows for the definition of custom data types, operators, and indexing methods. It employs multi-version concurrency control to enable simultaneous read and write operations without blocking, supported by a

    PostgreSQL is the gold-standard open-source relational database management system, delivering full SQL compliance, ACID transactions, MVCC, built-in replication, extensible data types, and a rich set of index types—exactly the comprehensive RDBMS this search requires.

    CCustom Data TypesMulti-Version Concurrency ControlsACID Transactional Cores
    Vezi pe GitHub↗20,076
  • cockroachdb/cockroachAvatar cockroachdb

    cockroachdb/cockroach

    32,207Vezi pe GitHub↗

    Cockroach is a distributed SQL database designed to scale horizontally across multiple nodes while maintaining strict ACID compliance and global data consistency. It functions as a relational database engine that automatically partitions data into ranges, rebalancing them across a cluster to accommodate growing storage and throughput requirements. By utilizing a distributed consensus protocol, the system ensures that all nodes agree on the order of operations, providing fault tolerance and continuous availability even in the event of hardware failures. The system distinguishes itself through

    CockroachDB is a distributed SQL database with full ACID compliance, built-in replication, and MVCC—exactly the kind of open-source relational database this search asks for, covering all the key features.

    GoACID Transaction SemanticsMulti-Version Concurrency ControlsRelational Database Compatibility
    Vezi pe GitHub↗32,207
  • mariadb/serverAvatar MariaDB

    MariaDB/server

    7,196Vezi pe GitHub↗

    This project is an open source relational database management system and SQL database designed for storing and managing structured data. It functions as a relational database for ensuring consistency and reliability, while also operating as a vector database for storing and querying high-dimensional vector embeddings. The system incorporates a columnar storage engine to optimize analytical query processing and large-scale data aggregation. It further enables vector similarity search, allowing users to find similar items by querying vector embeddings. The software covers a broad capability su

    MariaDB is a production-grade relational database management system that fully supports SQL, ACID transactions, MVCC, replication, extensible data types, and a variety of index types, making it a comprehensive answer to this search.

    C++Multi-Version Concurrency ControlB-Tree
    Vezi pe GitHub↗7,196
  • mysql/mysql-serverAvatar mysql

    mysql/mysql-server

    12,297Vezi pe GitHub↗

    MySQL Server is a relational database management system designed to organize and store structured information. It functions as a comprehensive SQL server platform that provides reliable transactional integrity and high-performance query execution for enterprise data management. The system distinguishes itself through a pluggable storage engine architecture that decouples logical query processing from physical data storage, allowing for specialized handling of diverse workloads. It maintains data consistency and high concurrency through multi-version concurrency control and write-ahead logging

    MySQL Server is a full-featured relational database management system with SQL compliance, ACID transactions, MVCC, built-in replication, and pluggable storage for extensible data types and index support — it’s exactly the kind of open-source RDBMS this search is after.

    C++Multi-Version Concurrency ControlPrimary-Replica Replication
    Vezi pe GitHub↗12,297
  • erikgrinaker/toydbAvatar erikgrinaker

    erikgrinaker/toydb

    7,251Vezi pe GitHub↗

    ToyDB is a distributed SQL database that provides a system for storing and querying data across multiple nodes. It focuses on maintaining strong consistency and fault tolerance through the implementation of a distributed consensus algorithm. The project distinguishes itself by supporting historical data versioning, enabling time-travel queries to retrieve the state of the database from a specific point in the past. It utilizes multi-version concurrency control to manage ACID transactions and ensure data integrity during concurrent operations. The system covers relational data modeling with t

    ToyDB is a distributed SQL database with ACID transactions, multi-version concurrency control, and replication, making it a solid fit as an open-source relational database management system for structured data with SQL support.

    RustMulti-Version Concurrency ControlMulti-Version Concurrency ControlMulti-Version Concurrency Controls
    Vezi pe GitHub↗7,251
  • pingcap/tidbAvatar pingcap

    pingcap/tidb

    40,166Vezi pe GitHub↗

    TiDB is a horizontally scalable, distributed SQL database designed to provide consistent transactional storage and high-performance analytical processing within a single unified architecture. It utilizes a decoupled compute-storage design and a distributed key-value storage layer to ensure horizontal scalability and efficient range-based queries. By employing a consensus-based replication algorithm, the system maintains high availability and automatic failover across multiple nodes and geographical regions. The platform distinguishes itself through its hybrid transactional and analytical proc

    TiDB is a horizontally scalable, MySQL-compatible distributed SQL database that fully supports ACID transactions, MVCC, replication, and extensible data types, making it an excellent open-source relational database for storing structured data with SQL.

    GoDatabase Replication
    Vezi pe GitHub↗40,166
  • oceanbase/miniobAvatar oceanbase

    oceanbase/miniob

    4,318Vezi pe GitHub↗

    MiniOB is an open-source educational relational database kernel designed for learning the internals of database systems. It implements a dual-engine storage architecture combining B+ Tree and LSM-Tree, supports SQL parsing and query execution, and provides transactional processing with multi-version concurrency control. The system communicates with clients using the MySQL wire protocol and includes a vector database extension for storing and querying high-dimensional vectors. The project distinguishes itself through its comprehensive coverage of core database concepts in a single, learnable c

    MiniOB is an educational relational database kernel that supports SQL, ACID transactions, and MVCC, making it a genuine relational DBMS for learning purposes, though it lacks production-level replication and extensible data types.

    C++Multi-Version Concurrency ControlB+ Tree Indexing
    Vezi pe GitHub↗4,318
  • sqlite/sqliteAvatar sqlite

    sqlite/sqlite

    9,909Vezi pe GitHub↗

    SQLite is a serverless relational database engine and C-based library that stores data in a single local disk file. It functions as an embedded SQL database, integrating directly into applications without the need for a separate server process. The engine includes specialized capabilities for full-text search indexing and spatial data querying using R-Tree structures for geographic or geometric coordinate ranges. The system provides broad support for SQL data manipulation, database recovery and repair, and change tracking for synchronizing modifications between databases. It also features a

    SQLite is a fully ACID-compliant relational database engine with extensive SQL support and MVCC via write-ahead logging, making it a solid fit for embedded applications; it lacks built-in replication and extensible data types, so it is not a comprehensive solution for distributed or highly customizable schemas.

    CEmbedded Database IntegrationsEmbedded DatabasesFile-Based Storage Systems
    Vezi pe GitHub↗9,909
  • duckdb/duckdbAvatar duckdb

    duckdb/duckdb

    38,805Vezi pe GitHub↗

    DuckDB is an in-process analytical database engine designed to run directly within an application process. As a zero-dependency, embedded system, it provides enterprise-grade SQL data processing capabilities without the overhead of managing a dedicated database server. It is built to handle complex analytical and aggregation tasks by storing and retrieving information in columns, allowing for high-performance relational data manipulation. The engine distinguishes itself through a columnar vectorized execution model that maximizes CPU cache efficiency during query operations. It employs adapti

    DuckDB is an embedded SQL database engine for analytical workloads, making it a relational database management system that stores structured data and supports SQL, but it lacks built-in replication and is optimized for OLAP rather than general-purpose OLTP.

    C++Analytical DatabasesColumnar EnginesEmbedded Databases
    Vezi pe GitHub↗38,805
  • voltdb/voltdbV

    VoltDB/voltdb

    0Vezi pe GitHub↗

    VoltDB is an open-source in-memory relational database engine that supports SQL and ACID transactions, fitting the search for an RDBMS, though its specific feature coverage (MVCC, replication, extensible types) is implied but not detailed in the available evidence.

    Database EnginesDatabases and Storage
    Vezi pe GitHub↗0
  • greenplum-db/gpdbG

    greenplum-db/gpdb

    0Vezi pe GitHub↗

    Greenplum is an open-source massively parallel relational database built on PostgreSQL, providing SQL compliance, ACID transactions, and many PostgreSQL features, making it a solid fit for a relational DBMS—though the lack of a description means some specifics are unconfirmed.

    Relational Databases
    Vezi pe GitHub↗0
Compară top 10 dintr-o privire
RepositorySteleLimbajLicențăUltimul push
postgres/postgres20.1KCother19 feb. 2026
cockroachdb/cockroach32.2KGoNOASSERTION15 iun. 2026
mariadb/server7.2KC++gpl-2.019 feb. 2026
mysql/mysql-server12.3KC++NOASSERTION5 iun. 2026
erikgrinaker/toydb7.3KRustApache-2.014 iun. 2026
pingcap/tidb40.2KGoApache-2.016 iun. 2026
oceanbase/miniob4.3KC++mulanpsl-2.024 dec. 2025
sqlite/sqlite9.9KCNOASSERTION26 iun. 2026
duckdb/duckdb38.8KC++MIT16 iun. 2026
voltdb/voltdb0———

Related searches

  • interfață web pentru administrarea bazelor de date
  • an open source database for application data
  • an open source database management system
  • an ORM library for relational data mapping
  • bază de date SQL in-process pentru aplicația mea
  • client desktop pentru bazele mele de date SQL
  • sistem de gestionare a bazelor de date relaționale pentru developeri
  • strat de acces la date pentru Kotlin