cometbft / rpc-companion

Experimental RPC companion
1 stars 1 forks source link

Improve the database connection logic, implement pooling #8

Open andynog opened 1 year ago

andynog commented 1 year ago

Problem: Currently the database connection is not optimal, there is not a connection pooling logic when executing queries and statements.

Definition of done: Implement logic that uses connection pooling so connections can be re-used