init: first commit

This commit is contained in:
2026-02-20 00:14:12 +01:00
commit 6d74edd570
13 changed files with 3974 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# morbac_pg extension
# Multi-OrBAC access control model for PostgreSQL
comment = 'Multi-OrBAC: Organization-Based Access Control with multi-organization support'
default_version = '1.0'
module_pathname = '$libdir/morbac_pg'
relocatable = false
schema = morbac
requires = 'pgcrypto'