Skip to content

zallarak/db

Repository files navigation

db.xyz - Postgres-as-a-Service

A complete Postgres-as-a-Service platform built on Proxmox LXC containers.

Repository: https://github.com/zallarak/db

Architecture

  • API Service (/api) - Go backend with HTTP/JSON API
  • Web Console (/web) - React + TypeScript SPA
  • CLI Tool (/cli) - Go-based dbx command-line interface
  • Migrations (/migrations) - Database schema management
  • Deployments (/deployments) - Infrastructure and deployment configs

Getting Started

See the specification document for full details.

Development

# 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published