public openConnection(url as String, properties as Map<String, String> = null) as Connection throws SQLException:
Opens a MariaDB connection from URL and connection properties.
import klyn.databases.sql
properties = Map<String, String>()
properties["user"] = "app"
# cnx = DriverManager.driverFor("mariadb://localhost/app").openConnection("mariadb://localhost/app", properties)