github tortoise/tortoise-orm 0.13.9
v0.13.9

latest releases: 0.20.0, 0.19.3, 0.19.2...
4 years ago
  • Fields can have 2nd base class which makes IDEs know python type (str, int, datetime...) of the field.
  • The type parameter of Field.__init__ is removed, instead we use the 2nd base class
  • Foreign keys and indexes are now defined correctly in MySQL so that they take effect as expected
  • MySQL now doesn't warn of unsafe index creation anymore
  • Support alternate MySQL DB engines, such as MyISAM

Don't miss a new tortoise-orm release

NewReleases is sending notifications on new releases.