Skip to content

aduchate/jdbc-backup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jdbc-backup

Info

JDBC Database Backup For MySQL, PostgreSQL, Oracle, SQL Server...

It is simple and fast.

It has not been finished yet!! There can be bugs or improvements.

execute argument can be a file, network or console..

Maven

<repositories>
  <repository>
    <id>jdbc-backup</id>
	  <url>https://github.com/ismaildurmaz/jdbc-backup</url>
  </repository>
</repositories>

<dependencies>
  <dependency>
	  <groupId>com.intenum</groupId>
	  <artifactId>jdbc-backup</artifactId>
	  <version>0.0.2</version>
  </dependency>
</dependencies>

Sample

Backup backup = new Backup(connection);
print("Backup start time : " + new Date().toString());
backup.execute(System.out); 
print("Backup end time : " + new Date().toString());

About

JDBC Database Backup For MySQL, PostgreSQL, Oracle, SQL Server...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published