Free tier available
Serverless Postgres to accelerate your projects
Free serverless database hosting with instant provisioning and automatic scaling. From prototype to production in seconds.
500 MB
FREE STORAGE
< 50ms
AVG QUERY LATENCY
99.99%
UPTIME SLA
Built for modern development
PostgreSQL 15ServerlessAuto-scalingEdge-readySSL Encryption
Instant provisioning
Spin up a production-ready Postgres database in under 5 seconds. No configuration required.
Serverless scaling
Automatically scales to zero when idle and instantly wakes on demand. Pay only for what you use.
Edge-optimized
Automatic connection pooling and edge caching for lightning-fast queries from anywhere.
import { Pool } from '@dbfleet/client'
const pool = new Pool({
connectionString: process.env.DATABASE_URL
})
const { rows } = await pool.query(
'SELECT * FROM users WHERE active = $1',
[true]
)
console.log(rows)Enterprise-grade security
All connections are encrypted with TLS 1.3. Your data is encrypted at rest with AES-256.
TLS 1.3AES-256