cfxdb.cookiestore._schema

Classes

CookieStoreSchema

Persistent cookie store.

Module Contents

class CookieStoreSchema(db)[source]

Bases: object

Persistent cookie store.

static attach(db: zlmdb.Database) CookieStoreSchema[source]

Factory to create a schema from attaching to a database. The schema tables will be automatically mapped as persistent maps and attached to the database slots.

cookies: cfxdb.cookiestore._cookie.Cookies[source]

Cookies persisted in this cookie store.

db[source]
idx_cookies_by_value: cfxdb.cookiestore._cookie.IndexCookiesByValue[source]

Index of cookies by cookie value.