LATE SUBMISSION! This is an article about JDBC an...
# event21-community-content
n
LATE SUBMISSION! This is an article about JDBC and Kotlin. JDBC stands for Java Database Connectivity. It's a low level library that enables JVM languages to interact with databases. All other libraries for database access are built on top of JDBC. This quick introduction covers, 1. What is a JDBC URL 2. How to execute SQL queries with a JDBC connection 3. How to access the results of the query https://levelup.gitconnected.com/how-to-access-database-with-kotlin-6b86f6680cd7
🙏 1