embulk-output-postgresql_debug 0.10.5-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 34da3fdd166042ab260a52d06c1c11ca72e66616e5e3561c0a53fb541c2620b5
4
+ data.tar.gz: 44acada34ae7c63873c03d5bdb8860e00e5f9945b0e934bf2138fb2eed877119
5
+ SHA512:
6
+ metadata.gz: 4fae724502eaaf02414167eba0df7e9375ae4b59a04569e0e4034e6fc0b2d7f2909032902300878e16e873932e7d67e383cbbba06ae2ba2c5d2f4e4e3a0a076f
7
+ data.tar.gz: 720bf6907e721ab165e60606adc9dbe843be9ee1f78bb8d2849f906585d4ef27c83232517557301f040299000db882e4c3c6911067ba952d87aac4bb3d1312c7
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,57 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-output-postgresql_debug
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.10.5
5
+ platform: java
6
+ authors:
7
+ - Sadayuki Furuhashi
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-01-17 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.5.jar
21
+ - classpath/embulk-output-postgresql_debug-0.10.5.jar
22
+ - classpath/embulk-util-config-0.3.3.jar
23
+ - classpath/embulk-util-json-0.2.1.jar
24
+ - classpath/embulk-util-retryhelper-0.8.2.jar
25
+ - classpath/embulk-util-rubytime-0.3.3.jar
26
+ - classpath/embulk-util-timestamp-0.2.2.jar
27
+ - classpath/jackson-annotations-2.6.7.jar
28
+ - classpath/jackson-core-2.6.7.jar
29
+ - classpath/jackson-databind-2.6.7.5.jar
30
+ - classpath/jackson-datatype-jdk8-2.6.7.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
+ rubygems_version: 3.3.26
54
+ signing_key:
55
+ specification_version: 4
56
+ summary: JDBC output plugin for Embulk
57
+ test_files: []