Functional JDBC for Java 8

Java 8 functional JDBC utility code, applying some of Java's newer features to reduce JDBC boilerplate code.

License

License

ISC
GroupId

GroupId

com.github.nwillc
ArtifactId

ArtifactId

fun-jdbc
Last Version

Last Version

0.7
Release Date

Release Date

Type

Type

jar
Description

Description

Functional JDBC for Java 8
Java 8 functional JDBC utility code, applying some of Java's newer features to reduce JDBC boilerplate code.
Project URL

Project URL

https://github.com/nwillc/fun-jdbc
Source Code Management

Source Code Management

https://github.com/nwillc/fun-jdbc

Download fun-jdbc

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.github.nwillc : almost-functional jar 1.7.9

test (4)

Group / Artifact Type Version
com.github.nwillc : contracts jar 1.6.3
junit : junit jar 4.11
com.h2database : h2 jar 1.4.182
org.assertj : assertj-core jar 1.7.0

Project Modules

There are no modules declared in this project.

fun-jdbc

Java JDBC utility code employing JDK 8+ features (streams, lambdas, unchecked exceptions, etc) to reduce JDBC boilerplate code.

Home

Fun JDBC's landing page is the best place to go for more information.


Coverage license Build Status Download

Versions

Version
0.7
0.6
0.4
0.3
0.2
0.1