Apache Commons DbUtils

repository·master·Indexed 18 days ago

https://github.com/apache/commons-dbutils

A set of lightweight Java utility classes designed to simplify JDBC development by reducing boilerplate code for handling database connections, statements, and result sets.

Tokens
162
Snippets
1
Records
2
Agent score
14%

What's inside Apache Commons DbUtils

  1. Install Apache Commons DbUtils via Maven

    master

    To use Apache Commons DbUtils in your Java project, add the following dependency to your pom.xml file. This pulls the library from the central Maven repositories.

    <dependency>
      <groupId>commons-dbutils</groupId>
      <artifactId>commons-dbutils</artifactId>
      <version>1.9.0</version>
    </dependency>