feat(db): federation schema — grants/peers/audit_log [FED-M2-01] (#486)

This commit is contained in:
2026-04-22 02:02:21 +00:00
parent 4dbd429203
commit 54c278b871
7 changed files with 4095 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@ export { createDb, type Db, type DbHandle } from './client.js';
export { createPgliteDb } from './client-pglite.js';
export { runMigrations } from './migrate.js';
export * from './schema.js';
export * from './federation.js';
export {
eq,
and,