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.
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.
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.
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.
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.