Skip to content

FerusTech/BasicSql

Repository files navigation

BasicSql Build Status

A utility for easily managing queries and executions to your database.

Using BasicSql

View Usage Examples.

Download

Latest Version: Maven Central

Replace TYPE with api, core, h2, mysql or sqlite.

Replace VERSION with version shown in button above.

Maven

<dependency>
    <groupId>tech.ferus.util</groupId>
    <artifactId>basicsql-TYPE</artifactId>
    <version>VERSION</version>
</dependency>

Gradle

repositories {
    mavenCentral()
}

dependencies {
    compile 'tech.ferus.util:basicsql-TYPE:VERSION'
}

Javadocs

Can be located here.

Dependencies

BasicSql requires Java 8.

Dependencies are managed automatically via Gradle. For a detailed list, view below.

Name Version Website Repository
SLF4J-API 1.7.21 https://www.slf4j.org/ https://github.com/qos-ch/slf4j
FindBugs 3.0.2 http://findbugs.sourceforge.net/ https://github.com/findbugsproject/findbugs
Connector/J 6.0.5 https://www.mysql.com/products/connector/ https://dev.mysql.com/downloads/connector/j/5.1.html
SQLite-JDBC 3.18.0 https://bitbucket.org/xerial/sqlite-jdbc https://bitbucket.org/xerial/sqlite-jdbc
H2 1.4.195 http://www.h2database.com https://github.com/h2database/h2database
C3P0 0.9.5.2 http://www.mchange.com/projects/c3p0/ https://github.com/swaldman/c3p0

About

BasicSql wraps existing SQL utilities provided by Java and mchange to reduce repetitive task work.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages