patx / pickledb

pickleDB is an open source key-value store using Python's json module.
https://patx.github.io/pickledb
BSD 3-Clause "New" or "Revised" License
925 stars 125 forks source link

Added syntax sugar #39

Closed Zwork101 closed 6 years ago

Zwork101 commented 6 years ago

You can now do db["foo"] syntax as a short-hand for the get, set, and rem methods. Also, tests were added for these features.