/scala-jdbc

Scala functional wrapper for JDBC API

Primary LanguageScalaBSD 2-Clause "Simplified" LicenseBSD-2-Clause

scala-jdbc

Scala functional wrapper for JDBC API

Getting started tips:

  • You do not need gradle installed to build this project. Just clone the repository build it
  • gradlew test run # Runs the unit tests and example program
  • gradlew idea # Generates IDEA project files
  • gradlew scaladoc # Generates project documentation