Apgorm

Latest version: v1.0.0b14

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

Scan your dependencies

Page 3 of 5

1.0.0b.2

- Update README to match latest changes.

**Full Changelog**: https://github.com/TrigonDev/apgorm/compare/v1.0.0-b.1...v1.0.0-b.2

1.0.0b.1

What's Changed
* Use BaseField.__get__ and __set__ instead of `v` by CircuitSacul in https://github.com/TrigonDev/apgorm/pull/38
* Use `raw` instead of `r` by CircuitSacul in https://github.com/TrigonDev/apgorm/pull/39

py
user = await User.fetch(name="Me")

before
user.name.v == "Me"
user.name.v = "New Me"
await user.save()

now
user.name == "Me"
user.name = "New Me"
await user.save()

if you need access to the field itself (for comparison), please use User.name


**Full Changelog**: https://github.com/TrigonDev/apgorm/compare/v0.1.0-b.11...v1.0.0-b.1

0.1.0b.11

What's Changed
* Take advantage of `__init_subclass__` by CircuitSacul in https://github.com/TrigonDev/apgorm/pull/37


**Full Changelog**: https://github.com/TrigonDev/apgorm/compare/v0.1.0-b.10...v0.1.0-b.11

0.1.0b.10

Update pyproject

0.1.0b.9

What's Changed
* Remove DecimalConverter by CircuitSacul in https://github.com/TrigonDev/apgorm/pull/36
* Update README.md

**Full Changelog**: https://github.com/TrigonDev/apgorm/compare/v0.1.0-b.8...v0.1.0-b.9

0.1.0b.8

Don't wrap left-side functions

**Full Changelog**: https://github.com/TrigonDev/apgorm/compare/v0.1.0-b.7...v0.1.0-b.8

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.