Can I create support multiple database transactions on a single connection?
- by draezal
I have created a HyperSQL Database. I was just wondering whether I could run multiple transactions on a single connection. I didn't want to spawn a new connection for each transaction due to the overhead associated with this.
Looking at some similar questions the suggestion appeared to be to create a pool of database connections and then block…