codecentric / gatling-jdbc

JDBC support for Gatling
Apache License 2.0
23 stars 18 forks source link

Add possibility to type result of select #6

Open rbraeunlich opened 5 years ago

rbraeunlich commented 5 years ago

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.