v0.2.0-alpha
Pre-release
Pre-release
Einliterflasche
released this
18 May 19:37
·
92 commits
to main
since this release
The second release of pg-worm
is here.
It brings:
- some type inference - no more
[column(dtype = "TEXT")]
, - autogenerating values for columns which aren't
primary_key
with theauto
attribute, - passing of
&str
to a field of typeString
when inserting, - improved documentation,
- 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 aforementionedauto
attribute.