What's Changed
Added
- Supports to find by key and value with
Condition
that is generated fromKey
. (#8) - Implements useful representation for quickly displaying as a table format. (#4)
- Add static method to load -
json_as_db.load(path)
(#7) - Add a variable
__version__
in global.
Fixed
- Implements
items()
methods to override dictionary onDatabase
class. (#3) - Getter supports list-like parameter such as
db[['id1', 'id2']]
(#5)
Full Changelog: v0.2.3...v0.2.4