Skip to content

Add dictionary adapters

"dictionary adapters" could be plugged on subsets of existing databases, eg:

with DictionaryAdapterSQLite3(conn, table="cache", col_k="key", col_v="value", serdes=serdes) as d:
    d[1] = 2