feat(db): enforce runtime RLS boundaries

This commit is contained in:
2026-03-22 22:49:47 +04:00
parent 7665af0268
commit 97b5edcc0a
24 changed files with 2054 additions and 545 deletions

View File

@@ -1,2 +1,3 @@
export { createDbClient } from './client'
export type { DbSessionContext } from './client'
export * as schema from './schema'