I have to questions:

1. Is there an example code using empire-db with spring boot?
e.g. using common application properties for connection/database setup

currently I am using jdbi but do not like the "functional programming" row
mapping...

the code example here:
https://github.com/apache/empire-db/tree/master/empire-db-examples/empire-db-example-spring
seems to map empire-db to spring jdbc templates...

but I want a barebones empire-db setup in a spring boot (without jdbc
template - for now)
to get used to it.

any tutorial/documentation beside this one:
http://empire-db.apache.org/documentation/tutorial.htm ?

2. I have JSONB columns in my postgres database. How to handle json
functions with empire-db?
https://www.postgresql.org/docs/12/functions-json.html

Reply via email to