Database Connector(s)

0
How the connector(s) manages the DB connections. Is there pool of connections and caching?
asked
1 answers
1

Hi,

Looking at the Github project of the database-connector - a HikariCP JDBC connection pool is used https://github.com/mendix/database-connector#dependencies

answered