piskvorky / sqlitedict

Persistent dict, backed by sqlite3 and pickle, multithread-safe.
Apache License 2.0
1.16k stars 130 forks source link

Update a whole dict in the sqlitedict db #159

Open instasck opened 2 years ago

instasck commented 2 years ago

I have a regular dict I would like to get all key values inside the sqlitedict object. To add keys not exists in sqlite and remove keys not in the dict and are in the sqlite.

== exact match == dict with sqlite.

Can it be done ?