Build a Database Service

Deploy databases via templates (e.g., PostgreSQL, MongoDB) in Canvas UI. Example:
  1. Select “PostgreSQL” template.
  2. Set compute size (XS) and volume (0.5GB).
  3. 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