cfxdb.cookiestore._schema¶
Classes¶
Persistent cookie store. |
Module Contents¶
- class CookieStoreSchema(db)[source]¶
Bases:
objectPersistent 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.
- idx_cookies_by_value: cfxdb.cookiestore._cookie.IndexCookiesByValue[source]¶
Index of cookies by cookie value.