Skip to content

Conversation

@Tinitto
Copy link
Contributor

@Tinitto Tinitto commented Jun 7, 2025

Changed

  • Allowed EmbeddedJsonModel's to also contain EmbeddedJsonModel if there is need.
  • Allowed extra key-word args to be passed to the SQLModel()
  • Made the defining of fields by calling Field() or Relationship() 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 the SQLModel() function to add link models used as through tables

@Tinitto Tinitto merged commit c8df607 into main Jun 7, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants