Skip to content

Latest commit

 

History

78 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

Tests

Tarantool Java SDK

A set of libraries for interacting with Tarantool from Java. For working with Tarantool, the Netty framework is used for asynchronous programming and the MessagePack library for serialization and deserialization of data.

Getting Started

You need to download and install the library according to the instructions.

Using the Library

Maven:

<dependency>
    <groupId>io.tarantool</groupId>
    <artifactId>tarantool-client</artifactId>
    <version>1.7.0</version>
</dependency>

Gradle:

dependencies {
    implementation("io.tarantool:tarantool-client:1.7.0")
}

Documentation

关于

The official set of libraries to work with Tarantool in Java

Topics

Resources

Stars

16 stars

关注者

1 watching

复刻s

发布

Used by

贡献者

Languages