Databases
A managed PostgreSQL database on Sliplane — and a guide to everything you can do with it.
Sliplane provides managed PostgreSQL with TLS, backups, metrics and access control.
Quick start
Getting Started
Create your first database and connect to it from psql, any PostgreSQL driver, or an ORM.
pgAdmin
Connect to your database with pgAdmin, the official PostgreSQL admin tool.
CloudBeaver
Connect to your database with CloudBeaver, a browser-based database client.
n8n
Connect to your database with n8n, the open-source workflow automation tool.
Metabase
Connect to your database with Metabase, an open-source business intelligence tool.
Operate and monitor
Logging
View and filter your database's PostgreSQL logs by time range or keyword, with live streaming.
Metrics
Monitor CPU, memory, disk, and connections, and inspect slow and top queries to decide when to scale.
Backups
Restore your database to any point in time within the 7-day backup window using PITR.
Extensions
Enable supported PostgreSQL extensions such as PostGIS, pgvector, pg_uuidv7, and PostgreSQL Anonymizer.
Secure and integrate
Access Control
Restrict which IP addresses can connect to your database with an allowlist of CIDR ranges.
API
Manage your databases programmatically through the Sliplane API.
Plan and scale
How is this guide?