gatling-jdbc
gatling-jdbc copied to clipboard
Add possibility to type result of select
ScalikeJDBC offers a way to directly map results into a certain type by having the companion objects implement SQLSyntaxSupport[Member]. The JdbcSelectAction(Creator) should offer a way to make use of this, instead of always having List[Map[String, Any]].
There should also be a JdbcCheckBuilder added for this.