Documentation Index
Fetch the complete documentation index at: https://docs.dbhost.app/llms.txt
Use this file to discover all available pages before exploring further.
Sign up
Go to dbhost.app and create an account with email or Google.
Create a database
Click + New Database in the dashboard and enter a display name.DBHost generates the internal PostgreSQL identifier automatically, provisions the database in seconds, and shows the connection details immediately.
Connection details
Each database comes with:| Field | Description |
|---|---|
| Host | db.dbhost.app |
| Port | 6432 (PgBouncer) |
| Database | Auto-generated internal database name |
| Username | Same as the internal database name |
| Password | Auto-generated on creation and resettable later |
Prefer the CLI?
If you want to work from the terminal, install the CLI:Selected databases is the recommended key scope. Use Full account access only if your automation needs to create databases.
What happens under the hood
When you create a database, DBHost:- Creates a PostgreSQL user with a cryptographically secure password
- Creates a database owned by that user
- Adds a PgBouncer pool entry for connection multiplexing
- Reloads PgBouncer (zero-downtime config reload via SIGHUP)
- Makes the database eligible for the daily scheduled backup runner with 30-day retention in production
- Records the action in the platform activity log