github tortoise/tortoise-orm 0.13.1
v0.13.1

latest releases: 0.20.0, 0.19.3, 0.19.2...
4 years ago
  • Model schema now has a discovery API:

    One can call Tortoise.describe_models() or Tortoise.describe_model(<Model>) to get
    a full description of the model(s).

    Please see tortoise.Tortoise.describe_model and tortoise.Tortoise.describe_models for more info.

  • Fix in generating comments for Foreign Keys in MySQL
  • Added schema support for PostgreSQL. Either set "schema": "custom" var in credentials or as a query parameter ?schema=custom
  • Default MySQL charset to utf8mb4. If a charset is provided it will also force the TABLE charset to the same.

Don't miss a new tortoise-orm release

NewReleases is sending notifications on new releases.