crate-jdbc-standalone

Crate.IO JDBC Driver (Standalone)

Лицензия

Лицензия

The Apache Software License, Version 2.0
Группа

Группа

io.crate
Идентификатор

Идентификатор

crate-jdbc-standalone
Последняя версия

Последняя версия

2.6.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

crate-jdbc-standalone
Crate.IO JDBC Driver (Standalone)
Ссылка на сайт

Ссылка на сайт

https://crate.io
Система контроля версий

Система контроля версий

https://github.com/crate/crate-jdbc

Скачать crate-jdbc-standalone

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.crate/crate-jdbc-standalone/ -->
<dependency>
    <groupId>io.crate</groupId>
    <artifactId>crate-jdbc-standalone</artifactId>
    <version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.crate/crate-jdbc-standalone/
implementation 'io.crate:crate-jdbc-standalone:2.6.0'
// https://jarcasting.com/artifacts/io.crate/crate-jdbc-standalone/
implementation ("io.crate:crate-jdbc-standalone:2.6.0")
'io.crate:crate-jdbc-standalone:jar:2.6.0'
<dependency org="io.crate" name="crate-jdbc-standalone" rev="2.6.0">
  <artifact name="crate-jdbc-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.crate', module='crate-jdbc-standalone', version='2.6.0')
)
libraryDependencies += "io.crate" % "crate-jdbc-standalone" % "2.6.0"
[io.crate/crate-jdbc-standalone "2.6.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

CrateDB JDBC Driver

Test

A JDBC driver for CrateDB.

JDBC is a core API for Java 1.1 and later. It provides a standard set of interfaces to SQL-compliant databases.

This is a type 4 JDBC driver. The driver is written in pure Java, and communicates with the database using the PostgreSQL Wire Protocol.

Prerequisites

The CrateDB JDBC driver requires Java 8, preferably update 20 or later. We recommend using Oracle’s Java on macOS and OpenJDK on Linux Systems.

Consult the compatibility notes for additional information.

Installation

These instructions show you how to build the CrateDB JDBC driver from the source code. For a conventional install (using pre-built JAR files) follow the getting started documentation.

Clone the repository:

$ git clone --recursive https://github.com/crate/crate-jdbc

Change directory into the repository:

$ cd crate-jdbc

Build a regular JAR file:

$ ./gradlew jar

Or, build a JAR file that includes dependencies:

$ ./gradlew standaloneJar

Afterwards you can find the JAR file in the build/lib directory.

Note that building the JAR files requires your environment locale set to UTF-8.

Contributing

This project is primarily maintained by Crate.io, but we welcome community contributions!

See the developer docs and the contribution docs for more information.

Help

Looking for more help?

io.crate

Crate.io

CrateDB: Put machine data to work

Версии библиотеки

Версия
2.6.0