zjor
03/12/2018, 9:21 PMDatabase.connect("jdbc:<postgresql://localhost:5432/testdb>", 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 advancedave08
03/12/2018, 9:26 PMzjor
03/12/2018, 9:27 PM