embulk-input-postgresql 0.11.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: e5324fc261319f7f3b423d12993829e9b4c5669ac46425a560f748c67d92bf95
4
+ data.tar.gz: ac1f9c4283567ab91780b44fd185e32fb1f967ffe8928a994ded5c9a3304e0c4
5
+ SHA512:
6
+ metadata.gz: 5a2c33c08bb59d91ffb94c1a2b1450d62c9669924f981d51e41c90f93a5faf00be137a461d8bb8ee6317e4d17f4529e421dc712fe55a5490671e2bc059bd4d11
7
+ data.tar.gz: db4546b39e110fecd489948253e3c5d84c741cf0f8e7bda1d2a5ec32fe35d848d059f951cf8c5ae633e71db53f76b67881c53f67ad14c0441c1cbf1bc97052af
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_input(
2
+ "postgresql", "org.embulk.input.PostgreSQLInputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,50 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-input-postgresql
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.11.0
5
+ platform: java
6
+ authors:
7
+ - Sadayuki Furuhashi
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-07-15 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Selects records from a table.
14
+ email:
15
+ - frsyuki@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - classpath/embulk-input-jdbc-0.11.0.jar
21
+ - classpath/embulk-input-postgresql-0.11.0.jar
22
+ - classpath/embulk-util-rubytime-0.3.0.jar
23
+ - classpath/embulk-util-timestamp-0.2.0.jar
24
+ - default_jdbc_driver/postgresql-9.4-1205-jdbc41.jar
25
+ - lib/embulk/input/postgresql.rb
26
+ homepage: https://github.com/embulk/embulk-input-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 input plugin for Embulk
50
+ test_files: []