Before you begin, make sure you have PostgreSQL database credentials (host, port, database name, username, and password).
First-Time Setup
Open Poge
Navigate to https://poge.dev in your browser. You’ll be greeted with the welcome screen.
Poge runs entirely in your browser. No installation required.
Create Your Security PIN
Set up a 6-digit PIN to encrypt your database credentials and protect your data.
Choose Your Theme
Select your preferred appearance: Light, Dark, or System. You can change this later in settings.
Add Your First Server
Once setup is complete, click “Databases” in the sidebar, then “Add Server”.Fill in your PostgreSQL connection details:
- Name: A friendly name for this connection (e.g., “Local Dev”)
- Host: Your database host (e.g.,
localhostordb.example.com) - Port: PostgreSQL port (default:
5432) - Database: Database name
- Username: Database user
- Password: Database password
- SSL Mode: Choose
disable,prefer, orrequire
Poge tests the connection before saving to ensure your credentials are correct.
What’s Next?
Explore Your Tables
Click on any table in the sidebar to:- View table data with pagination
- Inspect column types and constraints
- See foreign key relationships
- Export table data
Use Query Templates
Access pre-built query templates for common operations:SELECTstatementsINSERT/UPDATE/DELETEoperations- Table creation
- Index management
Save Queries
Create reusable queries by clicking the Save button in the query editor. Access saved queries from the sidebar.Multi-Tab Queries
Open multiple query tabs to work on different queries simultaneously. Lock tabs to prevent accidental changes.All your queries are automatically saved to query history. Access it from the History button in the query editor.
Import Existing Data
If you have a Poge backup from another device:Need Help?
If you run into issues:- Check your database credentials: Ensure your PostgreSQL server is running and accessible
- Verify SSL settings: Some servers require SSL, others don’t support it
- Check firewall rules: Make sure your database port is accessible
- Review connection string: Double-check host, port, and database name
For security issues, follow the reporting instructions in the Security Policy.