SQLib - hikariCP and h2Database icon

SQLib - hikariCP and h2Database -----

A library for fast database executions with jdbc, hikariCP and h2Database



Add Maven Dependency
HTML:
<dependency>
    <groupId>io.github.pigaut.lib.sql </groupId>
    <artifactId>SQLib </artifactId>
    <version>1.2 </version>
</dependency>
Shade Maven Dependency
HTML:
<plugin>
    <groupId>org.apache.maven.plugins </groupId>
    <artifactId>maven-shade-plugin </artifactId>
    <version>3.6.0 </version>
    <executions>
        <execution>
            <phase>package </phase>
            <goals>
                <goal>shade </goal>
            </goals>
            <configuration>
                <relocations>
                    <relocation>
                        <pattern>io.github.pigaut.lib.sql </pattern>
                        <shadedPattern>YOUR_PACKAGE.shaded.sqlib </shadedPattern>
                    </relocation>
                </relocations>
            </configuration>
        </execution>
    </executions>
</plugin>
Resource Information
Author:
----------
Total Downloads: 114
First Release: Jul 16, 2024
Last Update: Aug 3, 2024
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings