Skip to content

alex-kar/sqream-jdbc

This branch is up to date with SQream/sqream-jdbc:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f666443 · Feb 3, 2021
Oct 17, 2019
Apr 28, 2019
Jul 10, 2019
Apr 25, 2019
Feb 3, 2021
Dec 10, 2019
Dec 31, 2020
Nov 22, 2020
Jun 6, 2020
Jan 21, 2020
May 1, 2019
Jan 6, 2020
Jun 25, 2019
Feb 3, 2021
Jun 4, 2019
Nov 27, 2019
Jul 2, 2019

Repository files navigation

SQream JDBC Driver

This repository contains the SQream JDBC driver

Getting the code

Clone the repository with:

git clone http://gitlab.sq.l/connectors/jdbc-driver.git

Dependencies

This code is dependent on

  • Java 8

How to build

To build the driver as a JAR, use:

With tests (requires a SQream instance)

mvn package

Without tests

mvn package -DskipTests

With dependencies (fat JAR)

mvn -f pom-fat-jar.xml package

How to install locally

mvn install

How to upload artifact to maven repository manually

build jar signed files

gpg -ab pom.xml
gpg -ab sqream-jdbc-<release_version>.jar
gpg -ab sqream-jdbc-<release_version>-javadoc.jar
gpg -ab  sqream-jdbc-<release_version>-sources.jar

package in single file

jar -cvf bundle.jar <files>

open nexus repository manager, upload bundle.jar and if test passed promote release.

About

SQream JDBC Driver

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.3%
  • Other 0.7%