0.4.0.0
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