TuxJSQL (Core)

A JBDC wrapper, sql builder, and sql executor

License

License

GNU General Public License v3.0
GroupId

GroupId

me.kingtux
ArtifactId

ArtifactId

tuxjsql-core
Last Version

Last Version

1.2.4
Release Date

Release Date

Type

Type

jar
Description

Description

TuxJSQL (Core)
A JBDC wrapper, sql builder, and sql executor
Project URL

Project URL

https://github.com/wherkamp/tuxjsql
Source Code Management

Source Code Management

https://github.com/wherkamp/tuxjsql

Download tuxjsql-core

How to add to project

<!-- https://jarcasting.com/artifacts/me.kingtux/tuxjsql-core/ -->
<dependency>
    <groupId>me.kingtux</groupId>
    <artifactId>tuxjsql-core</artifactId>
    <version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/me.kingtux/tuxjsql-core/
implementation 'me.kingtux:tuxjsql-core:1.2.4'
// https://jarcasting.com/artifacts/me.kingtux/tuxjsql-core/
implementation ("me.kingtux:tuxjsql-core:1.2.4")
'me.kingtux:tuxjsql-core:jar:1.2.4'
<dependency org="me.kingtux" name="tuxjsql-core" rev="1.2.4">
  <artifact name="tuxjsql-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.kingtux', module='tuxjsql-core', version='1.2.4')
)
libraryDependencies += "me.kingtux" % "tuxjsql-core" % "1.2.4"
[me.kingtux/tuxjsql-core "1.2.4"]

Dependencies

compile (2)

Group / Artifact Type Version
com.zaxxer : HikariCP jar 2.6.1
org.slf4j : slf4j-api jar 1.7.25

Project Modules

There are no modules declared in this project.

tuxjsql

TuxJSQL is a JBDC wrapper, sql builder, and sql executor. This allows you to execute things to databases without even knowing SQL. This even prevents issues between dialects.

Maven Central

How to use

Javadocs

Do you love this project?

Consider Donating https://paypal.me/wherkamp

Versions

Version
1.2.4
1.2.3
1.2.2
1.2.1
1.2