Skip to content

v0.2.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@Einliterflasche Einliterflasche released this 18 May 19:37
· 92 commits to main since this release

The second release of pg-worm is here.

It brings:

  1. some type inference - no more [column(dtype = "TEXT")],
  2. autogenerating values for columns which aren't primary_key with the auto attribute,
  3. passing of &str to a field of type String when inserting,
  4. improved documentation,
  5. and a fix for a critical bug regarding renamed columns.

There has also been a breaking change (hence version 0.2 instead of 0.1.1):

  • If you want your primary_key column to be autogenerated it is now necessary to mark this using the aforementioned auto attribute.