embulk-output-mysql 0.9.0-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/classpath/embulk-output-jdbc-0.9.0.jar +0 -0
- data/classpath/embulk-output-mysql-0.9.0.jar +0 -0
- data/classpath/embulk-util-rubytime-0.3.2.jar +0 -0
- data/classpath/embulk-util-timestamp-0.2.1.jar +0 -0
- data/default_jdbc_driver/mysql-connector-java-5.1.44.jar +0 -0
- data/lib/embulk/output/mysql.rb +3 -0
- metadata +50 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 17f5d7fdf8912795624453224d33bc5eaba74cffbcd2c23209ddfe69c2556740
|
4
|
+
data.tar.gz: 46d9e6b4c66d049e9fba41412103867c9bab9e9d803b7c1cd3e7f743a1c8a9d4
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: c4011d63eee9e076d6e2a57416e1b7a6bbcb6fd59458206fff89dfd40874b1d04e8e14aaca01d44884eac15b34761a2b85b9a50351ebd8871ad5e7cf054e51aa
|
7
|
+
data.tar.gz: f9db025f6cbe534363c389f7b6b7b03ff012ce9f447005a912a63ef26b2b08ebef4b18b46658fbb31b19ac087b32d2a6771f1e1dbcbed6e498d519f799c64524
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
ADDED
@@ -0,0 +1,50 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: embulk-output-mysql
|
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-output-mysql-0.9.0.jar
|
22
|
+
- classpath/embulk-util-rubytime-0.3.2.jar
|
23
|
+
- classpath/embulk-util-timestamp-0.2.1.jar
|
24
|
+
- default_jdbc_driver/mysql-connector-java-5.1.44.jar
|
25
|
+
- lib/embulk/output/mysql.rb
|
26
|
+
homepage: https://github.com/embulk/embulk-output-jdbc
|
27
|
+
licenses:
|
28
|
+
- Apache-2.0
|
29
|
+
metadata: {}
|
30
|
+
post_install_message:
|
31
|
+
rdoc_options: []
|
32
|
+
require_paths:
|
33
|
+
- lib
|
34
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
35
|
+
requirements:
|
36
|
+
- - ">="
|
37
|
+
- !ruby/object:Gem::Version
|
38
|
+
version: '0'
|
39
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
40
|
+
requirements:
|
41
|
+
- - ">="
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
version: '0'
|
44
|
+
requirements: []
|
45
|
+
rubyforge_project:
|
46
|
+
rubygems_version: 2.7.9
|
47
|
+
signing_key:
|
48
|
+
specification_version: 4
|
49
|
+
summary: JDBC output plugin for Embulk
|
50
|
+
test_files: []
|