This article is an introduction to database inter...
# feed
n
This article is an introduction to database interaction with Kotlin. Roughly, it tries to answer the following questions, 1. What is JDBC? And how to use it with Kotlin? 2. What is a JDBC URL? 3. How to establish a connection with a database and execute SQL queries. 4. What is connection pooling and how to implement it with HikariCP? I would appreciate any suggestion or feedback. https://levelup.gitconnected.com/how-to-access-database-with-kotlin-6b86f6680cd7
❤️ 4