We have a connection with MariaDB with the following properties:
url: jdbc:mariadb://localhost:3306/kotlin
username: joe
password: joe1234
Please create the connection object using the Driver.getConnection method.
Connection connection = // write your code here