embulk-output-jdbc 0.9.0-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 6fe367c0ace5ae98b0ac137ae024240395b5294752c7253bb57f6a3f167dddd9
4
+ data.tar.gz: 198718edd1a8b50301ce836e191db0cb3715219292401b2c1cbcd54ee06cbd01
5
+ SHA512:
6
+ metadata.gz: 4c5530e33688f4370d2b2a95a8b1f7f207b8e3f394f967465da3c3e1ff69c403bbd7ca4a12ecadbdb914a222e487713babe1832351358028f52c4bda55037fb4
7
+ data.tar.gz: 51d71a3a6df14781b5fb27512a26b26ecf48ca94c0e58ab50b0466b0799fc16739dd908d8b427fd123677fd8683c01d50e9fa1840853601943f2fab8f16ce750
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_output(
2
+ "jdbc", "org.embulk.output.JdbcOutputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-output-jdbc
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.0
5
+ platform: java
6
+ authors:
7
+ - Sadayuki Furuhashi
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-09-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Inserts or updates records to a table.
14
+ email:
15
+ - frsyuki@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - classpath/embulk-output-jdbc-0.9.0.jar
21
+ - classpath/embulk-util-rubytime-0.3.2.jar
22
+ - classpath/embulk-util-timestamp-0.2.1.jar
23
+ - lib/embulk/output/jdbc.rb
24
+ homepage: https://github.com/embulk/embulk-output-jdbc
25
+ licenses:
26
+ - Apache-2.0
27
+ metadata: {}
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubyforge_project:
44
+ rubygems_version: 2.7.9
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: JDBC output plugin for Embulk
48
+ test_files: []