Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

swissmanu/JDBCCopier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JDBCCopier

Since having some problems copying the data from the tables in one database into the tables from another, this small tool was created. It's written in Java and uses the JDBC drivers to copy the table contents from one database into another.

Multithreaded

With the PooledCopier, JDBCCopier uses multiple threads to copy data from one database to another. Some stuff (like the JDBCCopier main class) is ugly as hell. But for the moment, it fits my needs and probably there will be more improvements in the future (like implementations for other database servers than MSSQL)

About

A JDBC based database copier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages