Slivsbase Documentation

Developer Reference

Provision, connect, migrate, and monitor your managed PostgreSQL database. Full reference for all Slivsbase features.

Database management and PostgreSQL documentation

Connection examples

-- Connect with psql
psql "postgresql://user:password@db.slivsbase.com:5432/mydb?sslmode=require"

-- Using Prisma
datasource db {
  provider = "postgresql"
  url      = env("DATABASE_URL")
}

// Using node-postgres
import { Pool } from "pg";
const pool = new Pool({ connectionString: process.env.DATABASE_URL });
psql Prisma Drizzle SQLAlchemy node-postgres GORM

Storage & compute by plan

PlanStorageComputeConnections
Free500 MBSharedUp to 20
Pro20 GB2 vCPU / 4 GBUp to 100
Team100 GB4 vCPU / 16 GBUp to 500
EnterpriseCustomCustomCustom