
Husaria
GraphQL API server for PostgreSQL that introspects the live catalog and serves a typed schema from it, with no metadata files to maintain. Permissions are plain rows in husaria_data.table_permissions — the role's filter and column allow-list compile into the emitted SQL, so a forbidden row never leaves the database. One statically linked Go binary covering subscriptions over graphql-transport-ws, webhook actions and events, REST delegations generated from OpenAPI 3 specs, JWT or admin-secret auth, and an embedded operator console.


