Skip to content
GitHubLinkedIn

Database

The database is the container type that stores and serves system state (the system of record).

  • Persist data with integrity constraints and controlled access.
  • Support the system’s read/write patterns (queries, transactions, reporting).
  • Enable recovery (backups/restore) and continuity expectations.
  • Database definitions (inventories and entry points): see Databases.
  • Endpoint → backend mapping (authoritative): see TCP proxy.
  • Procedures and troubleshooting: see SQL operations.