1
Sign up
Go to dbhost.app and create an account with email or Google.
2
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.
3
Connect
Use the connection string from the database detail page. It connects through PgBouncer on port 6432:Or use any PostgreSQL client, ORM, or driver with the individual credentials shown on the detail page.
Connection details
Each database comes with:Prefer the CLI?
Pro and Business users can work from the terminal with 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