v0.3.0-alpha
Pre-release
Pre-release
·
78 commits
to main
since this release
The third release of pg_worm
is here! It includes:
- a
connect!
macro for a more convinient setup, - filters: include
WHERE
clauses in your queries, delete
: you can now delete data from your database,- improved documentation.
Adding filters meant a breaking change (hence a new minor version):
select
andselect_one
now require an argument of typeFilter
. If you don't want to filter anything, please useFilter::all()
.
That's it for this release. Have fun!