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 += "org.galaxio" %% "gatling-jdbc-plugin" % <version> % TestCommands to build and deploy to local maven .m2 repository: sbt package sbt publishM2 Use git tag to mark the version you want to produce before running sbt publishM2, e.g. git tag -a v0.14.3-atscale -m "Release v0.14.3-atscale" All changes have to be committed so that you don't get a snapshot version. If you need to make a change delete the tag: git tag -d v0.14.3-atscale retag, then run sbt publishM2 again.
Examples here