Skip to main content
Swiftbase resources are deployment-managed databases with operational tooling in the app.

Core workflows

  • Status and lifecycle actions for a Swiftbase server.
  • SQL editor for query execution.
  • Data management for databases, users, and grants.

SQL editor behavior

  • Queries run through a dedicated API endpoint.
  • Results are streamed as NDJSON.
  • Query history is stored locally in the browser for convenience.

Data management capabilities

  • Create/delete databases.
  • Create/delete database users.
  • Grant/revoke privileges by database.
  • Generate and copy connection strings.

Operational guidance

  • Use principle of least privilege for database users.
  • Track grant changes during incident review.
  • Pair schema/data changes with snapshot strategy where appropriate.