Meuhdb

Latest version: v0.3.0

Safety actively analyzes 621085 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.3.0

* Lazy indexes option: will write faster, but load slower,
* Changed the way indexes are built/loaded/stored, This might break your data.
But who cares? I'm probably the only one to use this,
* Automatically change index type if inserted value is non-string.

0.2.0

* Small refactor, splitting core module in submodules,
* Bugfix: throw a ``BadValueError`` when the value provided is not a dict,
* Add a new parameter: ``autocommit_after``. DB will be committed after "n"
committable operations (set, insert, update, delete...),
* Bugfix: use deepcopy() for the inserted / updated value. Prevent unwanted
value modification side-effects.

0.1.1

* Hotfixing the tox tests mess.

0.1.0

* Added performances tests, and reordering libs priority,
* Bugfix: prevent list/set mess during index update,
* Added coveralls.io configuration and badge on the README,
* Little refactors for easier access to API, easier versionning, etc.

0.0.3

Added support to:

* ``jsonlib`` (or ``jsonlib-python3``),
* ``yajl`` (couldn't test "yajl" on Python3.4, it failed in Travis tests, but
it worked on my laptop, so, there's no guarantee),

0.0.2

* Added a ``remove_index`` to remove unwanted index,
* Added an ``update`` method,
* Added an ``insert`` method,
* Dropped msgpack format: it was a bad idea,
* The tox test grid is now complete,

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.