scribase
Guides

Short, practical how-tos with real commands

Each guide is a task you can finish in a sitting — the exact CLI, SQL, and client code, with nothing invented. Start a free project and follow along.

Connect your existing client to Scribase

Point an existing app at Scribase by changing two environment variables. A step-by-step guide covering the client, environment config, and verifying the connection.

4 min read
Read the guide

Write your first row-level security policies

A hands-on guide to Postgres row-level security on Scribase: enable RLS, write a per-user policy, add tenant isolation, and keep policies fast with cost linting.

6 min read
Read the guide

Give every pull request a preview database

A guide to preview environments per pull request on Scribase: create a TTL-bound preview with the CLI, link it to the pull request, plan and apply migrations against it, and let the TTL sweep it.

6 min read
Read the guide

Bring an existing project to Scribase

Move an existing hosted Postgres project into Scribase with scribase import: run a dry run first, move schema, data, auth users, storage, and policies, then verify the result.

6 min read
Read the guide

Deploy an edge function on Scribase

A guide to shipping server-side logic on the compatible /functions/v1 path: write a function, deploy it through the /v1 control API or the scribase SDK, and smoke-test it with an invoke.

6 min read
Read the guide