Datability

Database utility written in Java to drop constraints, foreign keys, not nulls... to test what matters the most in your integration tests

License

License

Categories

Categories

Data
GroupId

GroupId

com.tomsquest
ArtifactId

ArtifactId

datability
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Datability
Database utility written in Java to drop constraints, foreign keys, not nulls... to test what matters the most in your integration tests
Project URL

Project URL

https://github.com/tomsquest/datability

Download datability

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.12
org.slf4j : jcl-over-slf4j Optional jar 1.7.12
ch.qos.logback : logback-classic Optional jar 1.1.3

provided (1)

Group / Artifact Type Version
org.postgresql : postgresql jar 9.4-1201-jdbc41

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19
org.assertj : assertj-core jar 2.2.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0