Skip to content

v0.4.0 - Tortoise ORM Support

Compare
Choose a tag to compare
@awtkns awtkns released this 02 Feb 04:03
· 342 commits to master since this release

✨Features

  • Full support for tortoise-orm #24
  • Dynamic pk/id types for get_one, delete_one, and update_one routes #26

🐛 Bug Fixes

  • Fixed the summary for the delete one route #16
  • Fixed import errors when certain packages are not installed #21
  • Improved SQLA type hinting