# Databases

Source: https://docs.sliplane.io/databases/overview

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](/databases/getting-started)

Create your first database and connect to it from psql, any PostgreSQL driver, or an ORM.

[pgAdmin](/databases/gui/pgadmin)

Connect to your database with pgAdmin, the official PostgreSQL admin tool.

[CloudBeaver](/databases/gui/cloudbeaver)

Connect to your database with CloudBeaver, a browser-based database client.

[n8n](/databases/gui/n8n)

Connect to your database with n8n, the open-source workflow automation tool.

[Metabase](/databases/gui/metabase)

Connect to your database with Metabase, an open-source business intelligence tool.

## Operate and monitor

[Logging](/databases/logging)

View and filter your database's PostgreSQL logs by time range or keyword, with live streaming.

[Metrics](/databases/metrics)

Monitor CPU, memory, disk, and connections, and inspect slow and top queries to decide when to scale.

[Backups](/databases/backups)

Restore your database to any point in time within the 7-day backup window using PITR.

[Extensions](/databases/extensions)

Enable supported PostgreSQL extensions such as PostGIS, pgvector, pg_uuidv7, and PostgreSQL Anonymizer.

## Secure and integrate

[Access Control](/databases/access-control)

Restrict which IP addresses can connect to your database with an allowlist of CIDR ranges.

[API](/databases/api)

Manage your databases programmatically through the Sliplane API.

## Plan and scale

[Pricing](/databases/pricing)

Understand how compute, storage, and billing-period pricing add up.

[Limits](/databases/limits)

Review database, connection, compute, and storage limits.
