Database
The database layer uses PostgreSQL with a migration-driven schema. All tables live in the public schema, use UUID primary keys, and follow soft-delete conventions.
The database layer uses PostgreSQL with a migration-driven schema. All tables live in the public schema, use UUID primary keys, and follow soft-delete conventions.