Montydb

Latest version: v2.5.2

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

Scan your dependencies

Page 3 of 4

2.3.3

* `bson` can be optional, 0425037e
* CI pipeline changed
* Fix 20
* Fix 21
* Add 29

2.1.1

* Implemented `lightning` storage, powered by [LMDB](https://github.com/jnwatson/py-lmdb)

2.0.1

* Update README

2.0.0

* `pymongo` is NOT a requirement now, and `bson` is opt-out by default even it's installed. To enable it, set env var `MONTY_ENABLE_BSON=1`
* **SQLite storage has changed the table structure, this is NOT backward compatible, which means pre-existing sqlite db file may not be read/write after this version** (see commit 8c6ef25)
Try use `montydb.utils.montyexport` or `montydb.utils.montydump` to write out old version data and use `montydb.utils.montyimport` or `montydb.utils.montyrestore` to write back.
* Internal module refactored

1.3.0

* Implement `MontyCollection.count` and `MontyCollection.count_documents`
* Add `montydb.engine.MONGO_COMPAT_36` for compating behavior between MongoDB `4.0` and `3.6`
* Bump MongoDB testing version to `4.0.11`

1.2.1

* Add doc strings
* Minor changes on `montydb.engine.core.field_walker.FieldValues` class

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.