TuxJSQL (Parent)

A JBDC wrapper, sql builder, and sql executor

License

License

GNU General Public License v3.0
GroupId

GroupId

me.kingtux
ArtifactId

ArtifactId

tuxjsql
Last Version

Last Version

1.2.4
Release Date

Release Date

Type

Type

pom
Description

Description

TuxJSQL (Parent)
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

Filename Size
tuxjsql-1.2.4.pom 3 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • tuxjsql-core
  • tuxjsql-mysql
  • tuxjsql-sqlite
  • tuxjsql-h2

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