Kreo/Docs/Core
Core

Database — managed PostgreSQL

Kreo is built on real, managed PostgreSQL — not a limited abstraction. You get the full power of Postgres (types, joins, indexes, extensions like pgvector) with none of the operational burden: Kreo handles hosting, backups, TLS and tenant isolation.

A real Postgres database

Each project runs in its own isolated Postgres schema behind a confined database role, so your data is never reachable by another tenant. Write ordinary SQL — DDL and DML both work.

SQL console & schema editor

Use the visual Table Explorer to browse and edit your schema, or drop into the SQL Console for full control. Every statement runs against your own schema with a per-plan statement timeout.

Vector search

Enable the pgvector extension and query embeddings directly with a native similarity search endpoint — no separate vector database required.

Start building — freeAll documentation