Cherry-orm

Latest version: v0.3.0

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

Scan your dependencies

Page 1 of 2

0.3.0

Feature
- (optional) use `jsonb` (such as dict) and `jsonb[]` (such as list[dict]) type in postgres

**Full Changelog**: https://github.com/CMHopeSunshine/cherry-orm/compare/v0.2.0...v0.3.0

0.2.0

Breaking
- add naming_convention for `Database's metadata`

Fix
- fix Enum type priority

Other
- upgrade sqlalchemy version
- use ruff formatter

**Full Changelog**: https://github.com/CMHopeSunshine/cherry-orm/compare/v0.1.6...v0.2.0

0.1.6

Fix
- bool type was defined as int in the database

Other
- add English readme

**Full Changelog**: https://github.com/CMHopeSunshine/cherry-orm/compare/v0.1.5...v0.1.6

0.1.5

Fix
- fix `Literal` field type error
- fix relationship field query error when value is not a `cherry.Model`

**Full Changelog**: https://github.com/CMHopeSunshine/cherry-orm/compare/v0.1.4...v0.1.5

0.1.4

Feature
- add more json type support, such as `dict[str, str]`, `list[int]`, `pydantic.BaseModel`
- support json field query

**Full Changelog**: https://github.com/CMHopeSunshine/cherry-orm/compare/v0.1.3...v0.1.4

0.1.3

Feature
- add `long_text` for Field so that is uses `Text` type in the database instead of `Varchar`

Fix
- fix `related_field` parse error

**Full Changelog**: https://github.com/CMHopeSunshine/cherry-orm/compare/v0.1.2...v0.1.3

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.