SYSTEM ONLINE :: PUBLIC BETA

CAPY
DB

RAW POSTGRES. NO ABSTRACTION BS.> Init database. Ignore rules. Scale infinitely.

CONNECT.SH
$ wait, connection string?
postgres://user:pass@eu1.raw.capydb.dev:5432/main
+++ [ OK ] +++ NO ORM REQUIRED+++ [ OK ] +++ RAW SQL ONLY+++ [ OK ] +++ DISPOSABLE DBS+++ [ OK ] +++ NO ORM REQUIRED+++ [ OK ] +++ RAW SQL ONLY+++ [ OK ] +++ DISPOSABLE DBS
* THE DATABASE SHOULD BE BORING ** SHRUG OFF VENDOR LOCK-IN ** POSTGRES OUTLIVES HYPE ** THE DATABASE SHOULD BE BORING ** SHRUG OFF VENDOR LOCK-IN ** POSTGRES OUTLIVES HYPE *

CORE DRIVES

SPEED DEMON

Spin up a cluster faster than npm install finishes. Connections pooled, TLS mapped, brain empty, just shipping.

THROW-AWAY

Clone a DB for a PR. Drop it when merged. No consequences.

POSTGRES://

Just standard connections. If it speaks Postgres, it works.

ARMORED TO THE TEETH

VPCs, private networking, strict TLS, and aggressive credential rotation. We treat your data like we’re paranoid (because we are).

AND TIME TRAVEL

PITR (Point-in-Time Recovery) because you WILL drop a table eventually.

THE PIPELINE

0x01

CREATE

capy db create --size huge
0x02

CONNECT

DATABASE_URL=$CONNECTION
0x03

SHIP IT

npm run deploy && git push

1. USE THIS

  • [OK]You want a managed Postgres rocket, not a BaaS.
  • [OK]You prefer connection strings over proprietary SDKs.
  • [OK]You clone DBs every PR commit.
  • [OK]Zero abstraction tax.

0. ESCAPE IF

  • [ERR]You want auth, storage, and functions bundled.
  • [ERR]You need a GraphQL/REST auto-API generated.
  • [ERR]You enjoy vendor lock-in.
  • [ERR]You hate writing SQL.

Pick the right tool. If you want a full BaaS, use Supabase. If you want a relentless DB, use us.

FORMAT
DRIVE.

> await _connection