e

embulk-output-tsurugidb

Inserts or updates records to a table.
https://github.com/hishidama/embulk-output-tsurugidb
MIT License
Files download
File Operation
embulk-output-tsurugidb-0.1.5.jar download
embulk-output-tsurugidb-0.1.5.pom download
embulk-output-tsurugidb-0.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.hishidama.embulk</groupId>
  <artifactId>embulk-output-tsurugidb</artifactId>
  <version>0.1.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.hishidama.embulk:embulk-output-tsurugidb:0.1.5'
Gradle Kotlin
implementation("io.github.hishidama.embulk:embulk-output-tsurugidb:0.1.5")
Scala SBT
libraryDependencies += "io.github.hishidama.embulk" % "embulk-output-tsurugidb" % "0.1.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.hishidama.embulk', module='embulk-output-tsurugidb', version='0.1.5')
)
Apache Ivy
<dependency org="io.github.hishidama.embulk" name="embulk-output-tsurugidb" rev="0.1.5" />
Leiningen
[io.github.hishidama.embulk/embulk-output-tsurugidb "0.1.5"]
Apache Buildr
'io.github.hishidama.embulk:embulk-output-tsurugidb:jar:0.1.5'