EncryptionContext
Defined in: packages/rxdb-adapter-pglite/src/pglite.utils.ts:17
Encryption context threaded through every PGlite helper that may touch an
encrypted column. When no encrypted columns exist the keyring is null
and the helpers fall through to their plaintext branches. Mirrors the
sqlite-core EncryptionContext shape.
Properties
keyring
keyring: Keyring | null;
Defined in: packages/rxdb-adapter-pglite/src/pglite.utils.ts:18
namespace
namespace: string;
Defined in: packages/rxdb-adapter-pglite/src/pglite.utils.ts:19