Dictorm

Latest version: v4.2

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

Scan your dependencies

4.2

Restricting the imports suggested by this project. Previously, `dumps` and such could be imported from dictorm. Only DictORM related imports are available.

4.1.5

Handling generated columns in Postgres 12.

4.1.3

Simple features and bugfixes.

Bugfix:
- Table.get_one and Table.get_where will raise an exception when a keyword doesn't match a column.

4.1

A Dict's origin can be confirmed using `in` operator.

python
>>> bob = Person(name='Bob')
>>> bob in Person
True
>>> bob in Car
False

4.0

To enable type hinting, we have dropped support for Python version 2.7 and less than version 3.6.

If you need dictorm for those versions, use v3.8.4.

3.8.4

Last version to support Python version 2.7 and versions less than 3.6.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.