Plugin for support performance testing with JDBC in Gatling(3.9.x)
Plugin is currently available for Scala 2.13.
You may add plugin as dependency in project with your tests. Write this to your build.sbt:
libraryDependencies += "ru.tinkoff" %% "gatling-jdbc-plugin" % <version> % Test
Examples here