Skip to main contentBuild a Database Service
Deploy databases via templates (e.g., PostgreSQL, MongoDB) in Canvas UI. Example:
- Select “PostgreSQL” template.
- Set compute size (XS) and volume (0.5GB).
- Get connection string (e.g., postgres://user:pass@host:5432/db).
PostgreSQL
Deploy with automated backups and monitoring. Access via psql or Database View.
MySQL
Similar setup to PostgreSQL, with phpMyAdmin template for management.
Redis
Deploy for caching or queues. Example: redis://host:6379.
MongoDB
Deploy with 1-click template. Access via MongoDB Compass or Database View.
Database View