PostgreSQL, Redis, and vector databases — provisioned in seconds, backed up automatically, scaled without downtime. One command: rf add postgres
No external providers. No credential juggling. Provision any database alongside your app.
The world's most advanced open-source relational database. Full SQL, JSONB, full-text search, and 50+ extensions.
rf add postgresIn-memory data store for caching, sessions, pub/sub, queues, and rate limiting. Sub-millisecond reads.
rf add redisStore and query embeddings for AI/ML workloads. Semantic search, RAG pipelines, and similarity matching.
rf add vectorOne command to create a managed database. Connection string auto-injected into your app's environment. No config files, no credentials to manage.
Open a psql/redis-cli session with rf db connect. Or use rf db proxy for a local tunnel — your app connects to localhost, we route to the remote database.
Fork your database for testing. Run migrations on the branch. Compare schemas. Merge changes back. Like git for your database.
Slow query analysis, index recommendations, connection pool stats, and replication lag — all visible in rf db insights and the dashboard.
Start free. Upgrade as you grow. No per-query or per-connection charges.
| Plan | CPU | RAM | Storage | Connections | Price |
|---|---|---|---|---|---|
| StarterFree tier | Shared | 256 MB | 1 GB | 25 | Free |
| Standard | 1 vCPU | 1 GB | 10 GB | 100 | $7/mo |
| Pro | 2 vCPU | 4 GB | 50 GB | 300 | $25/mo |
| Pro Plus | 4 vCPU | 8 GB | 100 GB | 500 | $50/mo |
| Performance | 8 vCPU | 16 GB | 500 GB | 1,000 | $100/mo |
| Performance XL | 16 vCPU | 32 GB | 1 TB | 2,000 | $200/mo |
All plans include: automated daily backups, SSL encryption, connection pooling, and private networking.
Daily snapshots with 30-day retention. Point-in-time recovery lets you restore to any second. Manual backups on demand with rf db backup.
Add read replicas in any region with one command. Automatic failover promotes a replica if the primary goes down. Reduce read latency for global users.
Built-in PgBouncer handles thousands of connections without hitting PostgreSQL limits. Transaction mode by default, session mode available.
AES-256 encryption at rest. TLS 1.3 in transit. Your data never leaves unencrypted. Keys are managed and rotated automatically.
Fork a database instantly with copy-on-write. Run migrations, test schema changes, merge back. Each PR can get its own database branch.
Slow query log with execution plans. Automatic index recommendations. Connection pool utilization. Replication lag monitoring.
Resize CPU, RAM, and storage without downtime. Vertical scaling takes under 30 seconds. No data migration, no connection drops.
Clone production databases with automatic PII masking. Emails, names, phone numbers replaced with realistic fake data. Safe for staging and testing.
Open psql or redis-cli with rf db connect. Run queries from CLI with rf db query. Local proxy via rf db proxy for IDE and GUI tools.
Enable with one command. No recompilation, no restart.
PostgreSQL 16 is the default. Versions 14 and 15 are also available. Major version upgrades are handled with zero downtime.
Daily automated snapshots with 30-day retention. Point-in-time recovery to any second within the retention window. Manual backups on demand.
Yes. Use pg_dump/pg_restore, connect with psql, or import SQL files directly. Migration from Supabase, Neon, RDS, and Heroku Postgres documented.
Built-in PgBouncer on every plan. Handle thousands of concurrent connections without hitting PostgreSQL limits. Transaction mode by default.
Copy-on-write fork of your database. Instant regardless of size. Run migrations on the branch, test, then merge schema changes. PRs get auto-branches.
Yes. rf db proxy creates a local tunnel to your remote database. Connect via localhost:5432 from any tool — pgAdmin, DBeaver, TablePlus, your IDE.
Free PostgreSQL included on every plan. No credit card required.