A complete Postgres-as-a-Service platform built on Proxmox LXC containers.
Repository: https://github.com/zallarak/db
- API Service (
/api) - Go backend with HTTP/JSON API - Web Console (
/web) - React + TypeScript SPA - CLI Tool (
/cli) - Go-baseddbxcommand-line interface - Migrations (
/migrations) - Database schema management - Deployments (
/deployments) - Infrastructure and deployment configs
See the specification document for full details.
# API server
cd api && go run cmd/server/main.go
# Web console
cd web && npm run dev
# CLI tool
cd cli && go run cmd/dbx/main.go