Skip to content

vauban-org/cc-schemas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

cc-schemas

Vauban Command Center SQL schemas — public reference.

Purpose

These are the canonical SQL schema files (PostgreSQL) used by the Vauban Command Center backend. They are published here for:

  1. Audit verification — third parties can verify proof certificate claims by re-running schema migrations against a fresh DB and comparing structure.
  2. Local dev mirrors — developers building integrations with @vauban-org/agent-sdk can spin up a compatible Postgres locally.
  3. Third-party CC clones — though closed-source CC backend is not freely available, the schemas are the public contract.

Source of truth

Closed repo seritalien/command-center src/db/migrations/. This public mirror is updated post-sprint via cascade.

Migration format

3-digit sequential prefix + snake_case + .sql. Idempotent (CREATE TABLE IF NOT EXISTS, etc.). Apply in alphabetical order.

License

MIT — see LICENSE.

Companion artifacts

About

Vauban Command Center SQL schemas (MIT) — public schemas only

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors