December 2017
Intermediate to advanced
260 pages
7h 34m
English
We can connect to the database with Exposed by passing the URL of the database and its driver:
// Connect to the database Database.connect("jdbc:h2:mem:test", driver = "org.h2.Driver")
Read now
Unlock full access