📄️ Compatibility Matrix
This document tracks SydraDB’s PostgreSQL-compatibility surface at a feature-matrix level.
📄️ Architecture
This note decomposes the compatibility layer into the modules we are building and documents the current ownership boundaries. It should evolve alongside the implementation.
📄️ Catalog shim
This memo captures the minimum viable definitions for the PostgreSQL catalog views we plan to emulate. It should be read alongside ./compat-matrix-v0.1 (§B) and updated as soon as implementations land.
📄️ Testing
This document sketches the guard-rails we need while the PostgreSQL compatibility layer comes online. It complements ./roadmap by describing concrete test suites and the automation required to keep us close to upstream behaviour.
📄️ Roadmap
This document explains how we are bringing a PostgreSQL-compatible surface to SydraDB. It partners with ./compat-matrix-v0.1 (feature status) and ./testing (test plan).