TuxJSQL (SQLITE)

A JBDC wrapper, sql builder, and sql executor (SQLITE Implementation)

License

License

GNU General Public License v3.0
Categories

Categories

SQLite Data Databases
GroupId

GroupId

me.kingtux
ArtifactId

ArtifactId

tuxjsql-sqlite
Last Version

Last Version

1.2.4
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

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

Source Code Management

https://github.com/wherkamp/tuxjsql

Download tuxjsql-sqlite

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
me.kingtux : tuxjsql-core jar 1.2.4
org.xerial : sqlite-jdbc jar 3.25.2

test (1)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.0.13

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