Skip to content

miniproto.session.storage.EncryptedSQLiteSessionStorage.sibling

miniproto.session.storage.EncryptedSQLiteSessionStorage.sibling

Section titled “miniproto.session.storage.EncryptedSQLiteSessionStorage.sibling”
sibling(name: str) -> EncryptedSQLiteSessionStorage

Create an independent sibling database that reuses derived secret keys.

Raises:

  • ValueError – If name contains unsafe path characters.

Parameters:

  • name (str) – Portable suffix used to construct the sibling database filename.