Hi,
I'm using fcl-db classes for database access.
Currently, I'm writing rest api back-end and have concurrent endpoint calls and would like
to use connection pool.
Is there class implemented for it in fcl-db.
How do you think, is it good idea to keep up with fcl-db or to go for ZeosLib, mORMot or other.
For now I'm thinking to do custom implementation, which will be a class with few methods,
but if you see some issues or can advice ...