Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 05:33
· 36 commits to main since this release
b243dbb

toolu-orm-cli

Added

  • (schema) composite primary key and AUTOINCREMENT (#65) (#82)

toolu-orm-macros

Added

  • (schema) composite primary key and AUTOINCREMENT (#65) (#82)
  • (schema) allow DESC columns on indexes (#70) (#80)

toolu-orm-connection

Added

  • (schema) composite primary key and AUTOINCREMENT (#65) (#82)

toolu-orm-core

Added

  • (schema) composite primary key and AUTOINCREMENT (#65) (#82)
  • (schema) allow DESC columns on indexes (#70) (#80)

toolu-orm-macros

Added

  • (core,macros) add partial index where clauses (#67) (#78)
  • (macros) add #[column(check = "...")] for raw CHECKs (#66) (#75)

toolu-orm-core

Added

  • (core,macros) add partial index where clauses (#67) (#78)