Skip to content

Releases: SeaQL/sea-schema

0.7.1

26 Mar 16:15

Choose a tag to compare

  • Support SeaORM 0.7.0
  • Support Postgres jsonb in entity generation #51

0.6.0

13 Mar 19:15

Choose a tag to compare

  • Write MySQL unsigned integer types #37
  • Fix Sqlite BLOB type #44
  • Migrate with sea_orm::DbConn #49

0.5.1

13 Mar 13:12

Choose a tag to compare

  • Add migration::prelude to replace wildcard imports #43

0.5.0

06 Feb 16:30

Choose a tag to compare

Full Changelog: 0.4.0...0.5.0

0.4.0

02 Feb 04:05

Choose a tag to compare

  • SQLite schema discovery #34

Full Changelog: 0.3.1...0.4.0

0.3.1

12 Dec 04:38

Choose a tag to compare

New Contributors

Full Changelog: 0.2.9...0.3.1

0.2.9

23 Sep 17:44

Choose a tag to compare

  • [[#18]] MySQL: handle panic upon unique constraint

0.2.8

17 Sep 15:22

Choose a tag to compare

  • Fix Postgres TimestampWithTimeZone

0.2.7

29 Aug 11:39

Choose a tag to compare

  • Use SeaRc to support SeaQuery's thread-safe

0.2.6

21 Aug 14:53

Choose a tag to compare

  • Use sea-query to 0.15
  • [#13] Added is_identity to Postgres ColumnInfo