damian
12/04/2017, 2:41 PMexposed
, but i cant really find samples/tutorials for the set-up, best-practices or something. in theory i’d want to deploy to heroku at some point (so postgresql i guess). maybe someone has some insights/hints for me?dave08
12/04/2017, 9:29 PMbdawg.io
12/05/2017, 2:03 AMdamian
12/05/2017, 9:18 AMMyTable.select(…fields…).execute().map { MyObject(it.get<String>(0), it.get<String>(1), …)}
) - is there a better way to do this?dave08
12/05/2017, 9:55 AMaglassman
12/05/2017, 10:52 PM