zjor
03/12/2018, 9:28 PMDatabase.connect("<url>", driver = "org.postgresql.Driver", user = "..", password = "...")
transaction {
and which is the common approach to initialise Database, so I don't create it in each service method?
Thanks in advancetapac
03/13/2018, 6:04 AM