Engines Features Pricing Regions SLA Overview
Available Engines

Choose Your Engine

Dedicated instances for each engine. Your data is isolated and your resources are guaranteed.

PostgreSQL

Relational SQL

The most advanced open-source engine. Full SQL, JSONB, extensions, full-text search. The default choice for modern applications.

Versions: 14 · 15 · 16
Available

MySQL

Relational SQL

The most deployed SQL engine in the world. Reliable, performant, compatible with thousands of applications and frameworks.

Versions: 8.0 · 8.4
Available

Redis

Cache & Key-Value

Ultra-fast in-memory store. Cache, sessions, queues, pub/sub. Essential for your application performance.

Versions: 7.0 · 7.2
Coming Soon

MongoDB

NoSQL Document

Flexible document database. Dynamic schema, rich queries, powerful aggregations. Ideal for APIs and microservices.

Versions: TBD
Coming Soon
Features

Fully Managed, End to End

Every instance includes everything you need for production. You focus on your data.

🛡️

Automated Backups

Automatic daily backups with configurable retention from 7 to 90 days.

⏱️

Point-in-time Recovery

Restore your database to any point in time within the retention window. Down to the second.

🔄

High availability

Automatic failover with synchronous standby. Transparent switchover on failure.

📖

Read Replicas

Scale your reads with dedicated replicas. Distribute the load without impacting production.

🔗

Connection Pooling

PgBouncer / ProxySQL integrated. Handle thousands of connections without overloading your instance.

📊

Integrated Monitoring

Real-time metrics, slow queries, alerts, dashboards — all in the UBQT console.

🔒

Full Encryption

Data encrypted at rest (AES-256) and in transit (TLS). Secure connections by default.

🔧

Managed Updates

Security patches and minor updates applied automatically during a maintenance window.

Pricing

Simple pricing, per instance

Billing: Hourly (default) | Monthly (−10%) | Annual reserved (−25%). All prices in CAD, before taxes (GST/QST).

Replace * with pg (PostgreSQL) or my (MySQL). Same prices for both engines.

InstancevCPURAMStorageBackupPrice/h
udb.*.nano11 GB5 GB24 h$0.018/hCreate
udb.*.micro12 GB10 GB24 h$0.035/hCreate
udb.*.small Popular24 GB20 GB7 d$0.069/hCreate
udb.*.medium48 GB50 GB7 d$0.135/hCreate
udb.*.large816 GB100 GB14 d$0.265/hCreate
udb.*.xlarge1632 GB200 GB14 d$0.525/hCreate

Included: automated backups, PITR, AES-256 encryption, monitoring, auto updates. Read replication from small. Additional storage: $0.000110/GB/h (≈ $0.08/GB/mo).

Regions

Data Hosted in Canada

Your databases run exclusively on Canadian infrastructure.

Quebec Available

CAN-QC01

Quebec Operational

CAN-QC02

Ontario Planned

CAN-ON01
Service Commitment

SLA & Guarantees

Measurable commitments for your databases.

99.95%
Availability (standalone)
99.99%
Availability (HA)
< 30s
Automatic Failover
1s
PITR Granularity

Service Credits

If the SLA is not met, credits are automatically applied to your account. Below 99.95%: 10% credit. Below 99.9%: 25% credit. Below 99.0%: 50% credit.

Read the full SLA →
Overview

Your First Database in 3 Steps

Here is what the experience will look like.

1

Create Your Instance

Choose the engine, plan, and region.

$ ubqt udb create --engine postgresql --version 16 --plan db.standard --region can-qc01 --name mon-app-db

Instance created — mon-app-db
Endpoint — mon-app-db.db.can-qc01.ubqt.cloud:5432
2

Retrieve Your Credentials

Credentials generated automatically and stored securely.

$ ubqt udb credentials --name mon-app-db

# Host: mon-app-db.db.can-qc01.ubqt.cloud
# Port: 5432
# User: ubqt_admin
# Database: mon_app
# SSL: required
3

Connect

Use your preferred SQL client or connect your application directly.

$ psql "host=mon-app-db.db.can-qc01.ubqt.cloud port=5432 dbname=mon_app user=ubqt_admin sslmode=require"

# Connected to mon_app on UBQT — The Cloud, Made Local.
mon_app=# SELECT version();
# PostgreSQL 16.x

Ready to deploy?

Create your first managed database in minutes.

Create a database →