📄️ Configuration (sydradb.toml)
Implementation reference:
📄️ CLI
The sydradb binary provides a small command surface. When invoked with no arguments, it runs the HTTP server.
📄️ HTTP API
Implementation reference: src/sydra/http.zig.
📄️ Series IDs
Many surfaces refer to a series_id (an unsigned 64-bit integer).
📄️ On-disk format (as implemented)
SydraDB persists state under datadir (default ./data), using a small set of files/directories.
🗃️ PostgreSQL Compatibility
5 items