Skip to content

Application for dumping tables in several storage formats through a JDBC Spark connection.

License

Notifications You must be signed in to change notification settings

mrmichalis/jdbc-dump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JDBC Dump

Application for dumping tables in several storage formats through a JDBC Spark connection.

Build

sbt assembly

Use

java -Djdbcd.url="jdbc:sqlite:test.sqlite" \
-Djdbcd.table="test" \
-Djdbcd.outputFormat="json" \
-cp "jdbc-dump-assembly-x.y.z.jar:sqlite-jdbc-3.8.11.2.jar" \
de.frosner.jdbcd.Launcher

About

Application for dumping tables in several storage formats through a JDBC Spark connection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%