Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 367 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 367 Bytes

This repo demonstrates Tarantool jdbc driver features

Requirements

  • Tarantool 2.0
  • jdk 1.8

SQL support was added in Tarantool 2.0.

Run project

  1. Start tarantool:
    cd tarantool
    tarantool start.lua
    
  2. mvn clean compile assembly:single
    java -cp target/java_dbc-1.0-SNAPSHOT-jar-with-dependencies.jar Main