| Pricing | freemium | paid |
| Best For | المطوّرون الذين يريدون Postgres بدون إدارة الاتصالات أو التحجيم. | Teams building on MySQL who need branching workflows and schema migrations without downtime. |
| Pros | - +Postgres بدون خادم — يتقلص إلى صفر عند عدم الاستخدام
- +تفرّع قواعد البيانات للتطوير (مثل Git لقواعد البيانات)
- +0.5 GB تخزين مجاني، مع حساب دائم التشغيل مضمّن
| - +Database branching for development — like git for your schema
- +Non-blocking schema changes with instant rollback
- +Built-in connection pooling with no configuration needed
|
| Cons | - −زمن استجابة البدء البارد عند التوسع من الصفر
- −ليس مثاليًا لأحمال العمل الثقيلة على الكتابة والعالية التزامن
- −إضافات أقل متاحة مقارنة بـ Postgres التقليدي
| - −Removed free tier in 2024 — now starts at $39/month
- −MySQL only — no Postgres support
- −Foreign key support limited on lower plans
|