hello, I'm creating a database connector for the Firebird SQL database engine, it's a KMP project that won't depend on JDBC. As I am not yet familiar with ktor, I would like to know what is the best way to manage a database connection pool in ktor, it should work natively and in the Jvm. Thanks
a
Aleksei Tirman [JB]
05/07/2024, 9:29 AM
Do you have any specific question regarding managing the database connection pool?