Skip to content

3awsomies/derbydump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

derbydump

Derby SQL dump. This project will take a Derby database and export it to a file, suitable for importing to mysql (or probabably some other SQL compliance database).

How to use

  1. Install maven, git and java
  2. cd derbydump

  3. cp sample.dump.properties dump.properties

  4. Edit dump.properties for your needs
  5. mvn package

  6. java -jar target/exporter-0.0.1-SNAPSHOT-jar-with-dependencies.jar

Continuous integration testing

Build Status

License

Copyright 2013 ish group pty ltd

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Derby SQL dump

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%