Checking database connection...
Verifying connection to your database.
Database Setup Wizard
Follow these steps to set up your database connection for Twitter Bot HQ
Setup Progress
Choose Database Provider
Select your database provider to get started
Neon is a serverless PostgreSQL database that scales automatically. Follow these steps to get your connection string:
- Sign up for a Neon account or log in if you already have one
- Create a new project or select an existing one
- In your project dashboard, click on the Connection Details button
- Select Postgres Connection from the dropdown
- Copy the connection string that looks like:
postgres://user:password@endpoint:port/database
Security Note
Your connection string contains sensitive information. Never share it publicly or commit it to version control.