Skip to content

0.4.0.0

Compare
Choose a tag to compare
@thma thma released this 07 Apr 17:28
· 103 commits to main since this release

New things in this release:

  • A query DSL
  • connection pool handling
  • a fail safe API that uses Either to safely return all database runtime errors
  • the default API is now based on the safe API and throws exceptions in case of Left ... results

changes:

  • all retrieve* functions have been renamed to select*
  • the function retrieveAll was removed. selection of all entries os a table can now be done with select conn allEntries