What's Changed
- Hotfix/many to many updates by @Tinitto in #22
- Enhancement/blog example by @Tinitto in #23
- Bump to v0.2.0 by @Tinitto in #24
Changed
- Allowed
EmbeddedJsonModel
's to also containEmbeddedJsonModel
if there is need. - Allowed extra key-word args to be passed to the
SQLModel()
- Made the defining of fields by calling
Field()
orRelationship()
mandatory.
This is because SQLModel's require this, and fail if this is not the case. - Add support for "Many-to-One" relationships in SQL
insert()
implementation - Enabled nested updates in SQL
Fixed
- Fixed many-to-many relationships updates
Added
- Added the examples/blog example
- Add the
link_model
parameter to theSQLModel()
function to add link models used as through tables
Full Changelog: v0.1.6...v0.2.0