Skip to content

v0.2.0

Compare
Choose a tag to compare
@LHolten LHolten released this 07 Oct 19:00
· 164 commits to main since this release
  • Rewrote almost the whole library to specify the schema using enum syntax with a proc macro.
  • Added a single Column type to handle a lot of query building.
  • Dummy trait to retrieve multiple values at once and allow post processing.
  • Added support for transactions and multiple schemas.