Product

Security & operations

Run it like Postgres. Watch it like a modern system.

WHAT'S INSIDE

  • SCRAM-SHA-256 auth, TLS, reads your postgresql.conf / pg_hba.conf
  • Row-level security (CREATE POLICY) + column-level GRANT
  • BLAKE3 hash-chained, tamper-evident audit log
  • Prometheus /metrics, OpenTelemetry tracing, slow-query log
  • Built-in admin console — cluster, nodes, ranges, Raft (MVP)
  • Self-tuning index & layout advisor*
  • KMS envelope encryption, FIPS profiles, PII tokenization*

*In development — not yet production-ready.

connect — it’s just Postgres
# EzraDB speaks the PostgreSQL wire protocol — any PG client connects
psql -h your-host -p 5432 -U ezra -d ezra -c 'SELECT version();'
-- PostgreSQL 18.0 (EzraDB 0.1)