https://github.com/embulk/embulk-output-jdbc
MySQL, PostgreSQL, Redshift and generic JDBC output plugins for Embulk
https://github.com/embulk/embulk-output-jdbc
Last synced: 7 days ago
JSON representation
MySQL, PostgreSQL, Redshift and generic JDBC output plugins for Embulk
- Host: GitHub
- URL: https://github.com/embulk/embulk-output-jdbc
- Owner: embulk
- License: other
- Created: 2015-02-09T05:05:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T05:20:53.000Z (7 months ago)
- Last Synced: 2025-05-15T02:56:12.113Z (7 days ago)
- Language: Java
- Homepage:
- Size: 1.94 MB
- Stars: 89
- Watchers: 32
- Forks: 89
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# JDBC output plugins for Embulk
JDBC output plugins for Embulk loads records to databases using JDBC drivers.
**[WARNING!]** The next version of embulk-output-jdbc will require Embulk v0.11 and Java 8. It may work with Java 11+, but not fully tested.
## MySQL
See [embulk-output-mysql](embulk-output-mysql/).
## PostgreSQL
See [embulk-output-postgresql](embulk-output-postgresql/).
## Redshift
See [embulk-output-redshift](embulk-output-redshift/).
## SQL Server
See [embulk-output-sqlserver](embulk-output-sqlserver/).
## Others (generic JDBC)
See [embulk-output-jdbc](embulk-output-jdbc/).