Overview
Zanode provides managed PostgreSQL databases running in the same South African data center as your application. Zero latency between your app and database.Create a database
1
Go to your project
Navigate to your project in the dashboard.
2
Click Databases
Select the Databases tab.
3
Create database
Click Create Database and choose a name.
Connection string
Once created, your connection string is automatically added to your environment variables:The connection string is encrypted at rest and only available to your application.
Connecting from your app
Node.js (pg)
Prisma
Drizzle
Backups
Databases are backed up automatically every day at 2:00 AM. You can also trigger manual backups and restore from the dashboard.Managing backups
1
Go to Databases
Navigate to your project → Databases tab.
2
Click Manage backups
On your database card, click Manage backups.
- View backup schedule — See when automatic backups run
- Trigger manual backup — Click “Backup now” to create an immediate backup
- Restore from backup — Select a backup file and click “Restore”
Limits
| Plan | Storage | Connections |
|---|---|---|
| Free | 1 GB | 10 |
| Pro | 10 GB | 50 |
| Team | 50 GB | 100 |