Repository History

14 repositories tagged with Database

Topic: Database
pgrust: Postgres Rewritten in Rust, Passing All Regression Tests

pgrust: Postgres Rewritten in Rust, Passing All Regression Tests

pgrust is an ambitious project rewriting Postgres in Rust, now successfully passing 100% of Postgres regression tests. It aims for compatibility with Postgres 18.3 and offers significant performance improvements, especially for transaction and analytical workloads. This project focuses on making internal changes easier while maintaining Postgres behavior and disk compatibility.

Analyzed Jul 11, 2026
View Details
OrbitDB: Peer-to-Peer Databases for the Decentralized Web

OrbitDB: Peer-to-Peer Databases for the Decentralized Web

OrbitDB is a serverless, distributed, peer-to-peer database designed for the decentralized web. It leverages IPFS for data storage and Libp2p Pubsub for automatic synchronization, ensuring eventual consistency through Merkle-CRDTs. This makes OrbitDB an excellent choice for p2p, decentralized, blockchain, and local-first web applications, offering various database types like event logs, documents, and key-value stores.

Analyzed Jun 22, 2026
View Details
Multigres: Vitess Adaptation for Scalable Postgres Databases

Multigres: Vitess Adaptation for Scalable Postgres Databases

Multigres is an innovative project that adapts Vitess for use with PostgreSQL, aiming to bring advanced sharding and scalability features to Postgres environments. Currently in early development, it offers a promising solution for managing large-scale Postgres deployments. Users can explore its capabilities and contribute to its growth.

Analyzed Jun 3, 2026
View Details
WeSQL: MySQL with S3-Backed Compute-Storage Separation

WeSQL: MySQL with S3-Backed Compute-Storage Separation

WeSQL is an innovative MySQL distribution featuring a compute-storage separation architecture, leveraging S3 for all storage. This design allows it to run on any cloud, providing enhanced data reliability and preventing vendor lock-in.

Analyzed Apr 9, 2026
View Details
dataset: Easy-to-Use Data Handling for SQL in Python

dataset: Easy-to-Use Data Handling for SQL in Python

Dataset is a Python library designed to simplify data handling for SQL data stores. It offers features like implicit table creation, bulk loading, and transaction support, making database interactions as straightforward as working with JSON files.

Analyzed Mar 13, 2026
View Details
Vanna: Chat with Your SQL Database Using LLMs and Agentic Retrieval

Vanna: Chat with Your SQL Database Using LLMs and Agentic Retrieval

Vanna is an open-source Python library that enables natural language interaction with SQL databases, leveraging Large Language Models (LLMs) for accurate text-to-SQL generation. Version 2.0 introduces enterprise-grade features like user-aware permissions, a modern web interface, and streaming responses, making it ideal for secure and scalable data analytics applications.

Analyzed Feb 28, 2026
View Details
ClickHouse: Real-time Analytics Database Management System for Big Data

ClickHouse: Real-time Analytics Database Management System for Big Data

ClickHouse is an open-source, column-oriented database management system specifically engineered for generating analytical data reports in real-time. It is highly regarded for its exceptional performance in processing large volumes of data, making it a powerful solution for modern big data analytics. With over 45,000 stars on GitHub, it stands as a leading choice in the analytics database landscape.

Analyzed Feb 17, 2026
View Details
KeyDB: A Multithreaded, High-Performance Fork of Redis

KeyDB: A Multithreaded, High-Performance Fork of Redis

KeyDB is a high-performance, multithreaded fork of Redis, designed for enhanced memory efficiency and high throughput. It maintains full compatibility with the Redis protocol, modules, and scripts, making it a seamless drop-in replacement. KeyDB also introduces advanced features like Active Replication and a MVCC architecture for non-blocking operations.

Analyzed Jan 12, 2026
View Details
Memori: SQL Native Memory Layer for LLMs and AI Agents

Memori: SQL Native Memory Layer for LLMs and AI Agents

Memori is an SQL Native Memory Layer designed for LLMs, AI Agents, and Multi-Agent Systems. It provides a robust and flexible solution for managing long-short term memory, integrating seamlessly with existing software and infrastructure. This project aims to enhance AI systems with persistent, structured memory capabilities, making them more intelligent and context-aware.

Analyzed Dec 28, 2025
View Details
GreptimeDB: Cloud-Native Observability Database for Metrics, Logs, and Traces

GreptimeDB: Cloud-Native Observability Database for Metrics, Logs, and Traces

GreptimeDB is an open-source, cloud-native database designed for unified observability, handling metrics, logs, and traces. Built in Rust, it offers real-time querying at PB scale with exceptional cost efficiency, supporting SQL and PromQL. It's ideal for large-scale observability platforms and IoT/edge computing environments.

Analyzed Dec 21, 2025
View Details
filedb: A Disk-Based Key-Value Store Inspired by Bitcask in Zig

filedb: A Disk-Based Key-Value Store Inspired by Bitcask in Zig

filedb is a Zig-implemented, disk-based key-value store drawing inspiration from the Bitcask paper by Riak. It offers high throughput and efficient O(1) record fetching by storing metadata in a log-structured hashtable and data in append-only files. The project also provides a Redis-compatible client for easy integration and benchmarking.

Analyzed Dec 17, 2025
View Details
SQLModel: Simplifying SQL Databases in Python with Pydantic and SQLAlchemy

SQLModel: Simplifying SQL Databases in Python with Pydantic and SQLAlchemy

SQLModel is a Python library designed for intuitive, compatible, and robust interaction with SQL databases. Built on Pydantic and SQLAlchemy, it streamlines database operations, especially within FastAPI applications, by leveraging Python type annotations. It aims to minimize code duplication and enhance developer experience with excellent editor support.

Analyzed Dec 8, 2025
View Details
Previous Page 1 Next
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️