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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.opk
ArtifactId

ArtifactId

jdbc-populator
Last Version

Last Version

3.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project Organization

Project Organization

Oscar Westra van Holthe - Kind
Source Code Management

Source Code Management

http://svn.code.sf.net/p/opk/code/jdbc-populator/tags/jdbc-populator-3.0

Download jdbc-populator

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.opk/jdbc-populator/ -->
<dependency>
    <groupId>net.sf.opk</groupId>
    <artifactId>jdbc-populator</artifactId>
    <version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.opk/jdbc-populator/
implementation 'net.sf.opk:jdbc-populator:3.0'
// https://jarcasting.com/artifacts/net.sf.opk/jdbc-populator/
implementation ("net.sf.opk:jdbc-populator:3.0")
'net.sf.opk:jdbc-populator:jar:3.0'
<dependency org="net.sf.opk" name="jdbc-populator" rev="3.0">
  <artifact name="jdbc-populator" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.opk', module='jdbc-populator', version='3.0')
)
libraryDependencies += "net.sf.opk" % "jdbc-populator" % "3.0"
[net.sf.opk/jdbc-populator "3.0"]

Dependencies

provided (1)

Group / Artifact Type Version
javax : javaee-web-api jar 6.0

test (4)

Group / Artifact Type Version
org.glassfish.extras : glassfish-embedded-web jar 3.1.1
junit : junit jar 4.8.2
org.easymock : easymock jar 3.1
org.hsqldb : hsqldb jar 2.2.8

Project Modules

There are no modules declared in this project.

Versions

Version
3.0
2.0
1.0