Postfinite Database Engine
Barebones PostgreSQL 18 deployment with built-in time-series partitioning, vector search, authentication & RLS, and outbox event streaming.
PostgreSQL 18 Core
pgvector 0.8.6
chrono (time-series)
postfinite_auth
postfinite_nats
Cache Hit Ratio
99.94%
Shared buffers hit rate
Active Connections
3
Connected client backends
Telemetry Events
142,050
Ingested time-series measurements
Engine Quick Reference
-- One command enables everything in PostgreSQL 18:
CREATE EXTENSION postfinite;
-- One function bootstraps roles, RLS isolation, and schemas:
SELECT * FROM postfinite.init(false);