embulk-output-postgresql 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-postgresql-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/postgresql-9.4-1205-jdbc41.jar +0 -0
- data/lib/embulk/output/postgresql.rb +3 -0
- metadata +50 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 618e92a46898dca44081df2bd8654639b94a458ead358c0132042205b14a4e05
|
4
|
+
data.tar.gz: 4fade73f9f087363690f2df97679544f25eceb59f9c6526a5cd823ef134705c0
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: ac3b9b7746368e2ad8979fbeeb337922481942a1a67f3dba7caa1f3523155973bbd4a319494de2bd678efab4e27278c9e0d77a370d3e03200be9ec3f056acfe0
|
7
|
+
data.tar.gz: f237af11231781eed52cfff54f2c604aa5ed61a868b27f9af1a8db5e4f8de62b895120451a464bca6e4b0f78ff347ef2197fe027befb32e08ccb5f21172389cb
|
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-postgresql
|
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-postgresql-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/postgresql-9.4-1205-jdbc41.jar
|
25
|
+
- lib/embulk/output/postgresql.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: []
|