> ## Documentation Index
> Fetch the complete documentation index at: https://docs.minenet.pro/llms.txt
> Use this file to discover all available pages before exploring further.

# Swiftbase

> Manage Swiftbase database resources, including status/actions, SQL querying, and user/database administration.

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.

## Related guides

* [Resilience and snapshots](/guides/platform/resilience-snapshots)
* [Billing overview](/guides/billing/overview)
* [Deployments and YAML](/guides/deployments/configurations-and-yaml)
