What's Changed
Added
- Added logs in methods using the lib
logging
. - Added
ModelManager
to manage database tables. - Preparing
DuckORM
to support migrations withduck-orm-cli
.
Corretion
- Method
associations
now ignores fields that are not of typeForeingKey
orOneToOne
.
New Contributors
- @dependabot made their first contribution in #43
- @richecr made their first contribution in #48
Full Changelog: v1.0.1...v1.0.2