Serverless Agentic Postgres

The Database of the Future

Quickstart

Install and start dreaming.

Terminal
# Install and run
$ go run github.com/timescale/ghostgres/cmd/ghostgres@latest

# Connect and let your database dream
$ psql "postgres://anthropic:<ANTHROPIC_API_KEY>@localhost/claude-sonnet-4-6"

Why ghostgres?

You can't accidentally drop your database when you don't have one.

Zero Errors, Ever

Every query succeeds. Missing table? Fine. Bad syntax? We got you. Existential crisis? We'll try our best.

Schema-Free

Columns appear based on vibes. Types are merely suggestions. Tables materialize when needed and dissolve when they don't.

Zero Maintenance

No vacuuming. No reindexing. No 3 AM pages. You can't maintain what doesn't exist.

Wire-Compatible

Connect with psql, pgAdmin, your ORM, or anything that speaks Postgres. We implement the protocol, not the database.

AI-Powered

Every query answered by a large language model. Your data doesn't persist because it never existed. Fresh hallucinations, every time.

Ask Anything

SELECT the weather. JOIN hopes with dreams. GROUP BY existential_dread. LIMIT only by your API budget.

0 bytes
stored
0 tables
created
100%
hallucinated
Terminal
# Install and run
$ go run github.com/timescale/ghostgres/cmd/ghostgres@latest

# Connect and let your database dream
$ psql "postgres://anthropic:<ANTHROPIC_API_KEY>@localhost/claude-sonnet-4-6"
View on GitHub