j

jdbc-populator

Library to help build an Instant Developer Experience. It provides a way to populate datasources upon their first use, and as such can put structure and data into an in-memory database. This is useful for both automated and to create a setup where the developer can start the application and see his/her work in action.
Files download
File Operation
jdbc-populator-3.0.jar download
jdbc-populator-3.0.pom download
jdbc-populator-3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.opk</groupId>
  <artifactId>jdbc-populator</artifactId>
  <version>3.0</version>
</dependency>
Gradle Groovy
implementation 'net.sf.opk:jdbc-populator:3.0'
Gradle Kotlin
implementation("net.sf.opk:jdbc-populator:3.0")
Scala SBT
libraryDependencies += "net.sf.opk" % "jdbc-populator" % "3.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.opk', module='jdbc-populator', version='3.0')
)
Apache Ivy
<dependency org="net.sf.opk" name="jdbc-populator" rev="3.0" />
Leiningen
[net.sf.opk/jdbc-populator "3.0"]
Apache Buildr
'net.sf.opk:jdbc-populator:jar:3.0'