embulk-output-postgresql-secure 0.10.3-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 863134e7a5fba0c15a2eb51a88a84bcc67911b570e3591e0a6ec5db8395dc4f1
4
+ data.tar.gz: a103c9c787f13f778cd0ed3ec3066f875ca97129bbe730ce615c2d74da0eb0ac
5
+ SHA512:
6
+ metadata.gz: ed579d0d9c44c17f617b8ab41c5daeca78f02c6bad58b153899c24b84784b43d0307d460c4e74dd44b2c9c307ff636eaf46ec09a5162faf871d14e76dbdec188
7
+ data.tar.gz: 694e1d93cc7ccf31cbfda648e7ac0d0da0d060a43ff10cc6dce4225388911655345c48a0081915aaddd82a72a5b1a64f6b84e6f785067bb1f1be97ea3f5da472
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_output(
2
+ "postgresql", "org.embulk.output.PostgreSQLOutputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,58 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-output-postgresql-secure
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.10.3
5
+ platform: java
6
+ authors:
7
+ - Sadayuki Furuhashi
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-09-22 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.10.3.jar
21
+ - classpath/embulk-output-postgresql-secure-0.10.3.jar
22
+ - classpath/embulk-util-config-0.3.0.jar
23
+ - classpath/embulk-util-json-0.1.1.jar
24
+ - classpath/embulk-util-retryhelper-0.8.2.jar
25
+ - classpath/embulk-util-rubytime-0.3.2.jar
26
+ - classpath/embulk-util-timestamp-0.2.1.jar
27
+ - classpath/jackson-annotations-2.13.4.jar
28
+ - classpath/jackson-core-2.13.4.jar
29
+ - classpath/jackson-databind-2.13.4.jar
30
+ - classpath/jackson-datatype-jdk8-2.13.4.jar
31
+ - classpath/validation-api-1.1.0.Final.jar
32
+ - default_jdbc_driver/postgresql-9.4-1205-jdbc41.jar
33
+ - lib/embulk/output/postgresql.rb
34
+ homepage: https://github.com/embulk/embulk-output-jdbc
35
+ licenses:
36
+ - Apache-2.0
37
+ metadata: {}
38
+ post_install_message:
39
+ rdoc_options: []
40
+ require_paths:
41
+ - lib
42
+ required_ruby_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ required_rubygems_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ requirements: []
53
+ rubyforge_project:
54
+ rubygems_version: 2.7.9
55
+ signing_key:
56
+ specification_version: 4
57
+ summary: JDBC output plugin for Embulk
58
+ test_files: []