Skip to main content

DB Control Service

Source: services/db-control/DOCS.md

Purpose: manage SQLite databases for each org + repo + database scope.

Public base: internal, reached through runtime proxy:

  • POST https://<org>.w7s.cloud/<repo>/_db/status
  • POST https://<org>.w7s.cloud/<repo>/_db/migrate
  • POST https://<org>.w7s.cloud/<repo>/_db/query
  • POST https://<org>.w7s.cloud/<repo>/_db/execute

Auth:

  • Requires runtime-provided shared secret.

Notes:

  • Write operations notify DB mirrors.