Projects
Learn how to manage PostgreSQL database project connections in Codeless Sync.
Projects
Projects represent your PostgreSQL database connections. Each project stores your connection string, allowing Codeless Sync (CLS) to read and write data. CLS works with Supabase, Neon, and other PostgreSQL-compatible providers.
Creating a Project
- Go to Projects in your dashboard
- Click New Project
- Enter:
- Project Name (e.g., "Production DB")
- Database Platform (Supabase, Neon, or Other)
- Connection String (e.g.,
postgresql://user:password@host:port/database)
- Click Test Connection
- Click Create when validation succeeds
Where to Find Your Connection String
Your connection string is typically found in your provider's dashboard under "Connection" or "Database Settings".
- Supabase: Project Settings → Database → Connection String
- Neon: Dashboard → Connection Details
- Other providers: Look for "Connection string", "Database URL", or "Connection URI"
See our complete Database Setup Guide for detailed instructions and security best practices.
Your connection string contains your database password. Treat it like a sensitive credential and never expose it publicly.
Project Status
Projects have an active status that can be toggled:
- Active - Can be used in configurations
- Inactive - Pauses all syncs for this project
Managing Projects
Edit a Project
- Find your project in the list
- Click the Edit button
- Update name or credentials
- Click Save
Delete a Project
Deleting a project will also delete all associated configurations. This action cannot be undone.
- Click Delete on the project
- Confirm the deletion
Multiple Projects
You can connect multiple database projects for:
- Environment separation (dev, staging, production)
- Client separation (if you manage multiple database accounts)
- Data isolation (separate databases for different purposes)
Security
- Connection strings are encrypted before storage
- Credentials are never logged or displayed in the UI
- Communication uses HTTPS only
- Connection strings can be rotated anytime by editing the project
Next Steps
- Configurations - Create sync rules for your project
- Quick Start - Build your first configuration