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