CloudNativePG is an open-source Kubernetes operator that manages the full lifecycle of PostgreSQL clusters—deployment, failover, replica scaling, rolling updates, and backups—without external HA tools like Patroni or repmgr.
Open source. Open possibilities.
Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.
A little curiosity. A world of open source.
THE FIRST COLLECTIONA Go-based database migration tool available as both a CLI and a library. It reads migrations from various sources and applies them in order to many supported databases, with lightweight drivers and graceful stop support.
SeaORM is a powerful relational ORM for building web services in Rust, offering a developer experience inspired by popular ORMs in Ruby, Python, and Node.js.
Neon is an open-source serverless Postgres database platform that separates storage and compute to offer autoscaling, code-like database branching, and scale to zero. The README covers architecture, local development, testing, and documentation.
Deep Lake is a serverless multimodal database for AI that combines vector search with storage for embeddings, images, video, audio, and documents. It streams data directly from cloud storage to PyTorch/TensorFlow, supports versioning, and integrates with LangChain, LlamaIndex, and Weights & Biases.
SQLGlot is a pure‑Python SQL parser, transpiler, optimizer, and engine that supports over 30 dialects, enabling formatting, cross‑dialect translation, AST manipulation, and optional C‑extension acceleration for fast SQL processing.
pgrust is a Rust re-implementation of PostgreSQL designed for high performance, featuring wire and SQL dialect compatibility with Postgres.
Metabase is an open-source business intelligence and embedded analytics tool designed to allow users to query data and create dashboards without requiring SQL knowledge.
Supabase is an open-source Postgres development platform combining hosted database, authentication, auto-generated REST/GraphQL and realtime APIs, edge functions, file storage, an AI/vector toolkit, and a dashboard, with official and community client libraries.
bytdb is an embedded, pure Go SQL database that is Postgres-compatible, offering a single-file relational store with no external server or cgo dependencies.
An open-source observability and data visualization platform used to query, visualize, and alert on metrics, logs, and traces from multiple data sources.
PostgREST serves a fully RESTful API from any existing PostgreSQL database. It handles JWT authentication, delegates authorization to database roles, supports schema-based versioning, generates OpenAPI docs, and pushes data validation and JSON serialization into SQL.
RxDB is a local-first, reactive NoSQL database for JavaScript apps, running in browsers, Node.js, React Native, Electron and more. It provides a swappable storage layer and a sync engine that replicates with your existing backend via HTTP, GraphQL, CouchDB, WebSocket and other adapters.