Hey all, I'm new around here; Kind of struggling ...
# exposed
a
Hey all, I'm new around here; Kind of struggling to connect to a MySQL database using this lib, I was wondering if someone could point me in the right direction. Currently I just would love to see an example call to Database.connect using the jdbc mysql driver. This is what I have so far:
Copy code
Database.connect (
            url = "jdbc:mysql//dbc:mysql//127.0.0.1:3306/testdb" ,
            driver = "com.mysql.jdbc.Driver",
            password = password,
            user = username
    )