floo db exposes read and migration access to an app’s managed Postgres. It also exposes preview database branch inspection and reset for pull request previews.
pgvector is enabled on every managed Postgres, and the vector type resolves unqualified. floo db query, floo db migrate, and your app’s own connection all see it without a CREATE EXTENSION step or a schema prefix. See Databases → Vector search with pgvector.
query
Run a SQL query against the managed database for an app.Flags
schema
Print the current database schema for an app.migrate
Run pending migrations against the managed database.connections
Show current Postgres connection usage versus the role’s limit.Flags
Output
Email team@getfloo.com — we can provision a dedicated instance. Use this command when diagnosing too many connections errors or before turning up app autoscaling.
branches list
List the managed Postgres branches backing one preview environment.#123 when it resolves to one preview.
JSON output
branches show
Show one preview database branch.Flags
branches reset
Drop and recreate one preview-owned managed Postgres branch. Dev and prod are untouched.--yes.
Flags
JSON reset fields
Related
- Managed Services — declare Postgres in
floo.app.toml floo env— read managed URLs likeDATABASE_URLdirectly- Databases — the end-to-end managed Postgres model
- Preview Environments — supported preview data modes and branch reset behavior