Pedal Loader

A DSL for data loading that is particularly suited for unit-testing with the database. The load scripts work at the JPA entity level (not database columns and values but JPA entity properties and "converted" types).

License

License

GroupId

GroupId

com.eclecticlogic
ArtifactId

ArtifactId

pedal-loader
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Pedal Loader
A DSL for data loading that is particularly suited for unit-testing with the database. The load scripts work at the JPA entity level (not database columns and values but JPA entity properties and "converted" types).
Project URL

Project URL

https://github.com/eclecticlogic/pedal-loader

Download pedal-loader

How to add to project

<!-- https://jarcasting.com/artifacts/com.eclecticlogic/pedal-loader/ -->
<dependency>
    <groupId>com.eclecticlogic</groupId>
    <artifactId>pedal-loader</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.eclecticlogic/pedal-loader/
implementation 'com.eclecticlogic:pedal-loader:1.1.1'
// https://jarcasting.com/artifacts/com.eclecticlogic/pedal-loader/
implementation ("com.eclecticlogic:pedal-loader:1.1.1")
'com.eclecticlogic:pedal-loader:jar:1.1.1'
<dependency org="com.eclecticlogic" name="pedal-loader" rev="1.1.1">
  <artifact name="pedal-loader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eclecticlogic', module='pedal-loader', version='1.1.1')
)
libraryDependencies += "com.eclecticlogic" % "pedal-loader" % "1.1.1"
[com.eclecticlogic/pedal-loader "1.1.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.7
commons-io : commons-io jar 2.4
javax.annotation : javax.annotation-api jar 1.2

provided (5)

Group / Artifact Type Version
org.hibernate : hibernate-core jar 5.2.0.Final
org.codehaus.groovy : groovy-all jar 2.3.2
org.springframework : spring-context jar 4.3.0.RELEASE
org.springframework : spring-beans jar 4.3.0.RELEASE
org.springframework : spring-orm jar 4.3.0.RELEASE

test (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 1.2.0.RELEASE
org.springframework.boot : spring-boot-starter-data-jpa jar 1.2.0.RELEASE
org.springframework.boot : spring-boot-starter-test jar 1.2.0.RELEASE
org.postgresql : postgresql jar 9.3-1102-jdbc41
com.eclecticlogic : pedal-dialect jar 1.2.0

Project Modules

There are no modules declared in this project.
com.eclecticlogic

Eclectic Logic

Versions

Version
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0