Hi I am looking in the docs for advice or examples on using a database library with http4k but haven't found any..
Is there a recommended approach or library?
I basically look for the usual things: connection to a relational database, a (thread safe) connection pool, orm is not mandatory (I prefer writing my sql by hand but I do not regret it if present ).