mirror of
https://github.com/Wisser/Jailer.git
synced 2026-05-03 03:05:34 -05:00
d28724bcb3c81925c473110624885f21e43ed821
git-svn-id: https://svn.code.sf.net/p/jailer/code/trunk@1099 3dd849cd-670e-4645-a7cd-dd197c8d0e81
Database Subsetting Tool
Jailer is a tool for database subsetting, schema and data browsing. It exports consistent,
referentially intact row-sets from relational databases. It removes obsolete data without
violating integrity. It is DBMS agnostic (by using JDBC), platform independent, and generates
DbUnit datasets, hierarchically structured XML, and topologically sorted SQL-DML.
Features
* Exports consistent and referentially intact row-sets from your productive database
and imports the data into your development and test environment.
* Improves database performance by removing and archiving obsolete data without violating integrity.
* Generates hierarchically structured XML, topologically sorted SQL-DML and DbUnit datasets.
* Open Source. Entirely written in Java. Platform independent. DBMS agnostic.
Installation
============
Unzip the file "jailer_<N>.zip".
- Database Subsetter
On windows platform execute "Jailer.exe". You can also start "jailerGUI.bat".
On Unix/Linux platform execute the script "jailerGUI.sh" or use "java -jar jailer.jar"
- Data Browser
On windows platform execute "jailerDataBrowser.exe", or "jailerDataBrowser.bat"
On Unix/Linux platform execute the script "jailerDataBrowser.sh"
Home: http://jailer.sourceforge.net/
Forum: https://sourceforge.net/p/jailer/discussion/
Support: rwisser@users.sourceforge.net
Description
Releases
105
Languages
Java
99.6%
Shell
0.1%
Batchfile
0.1%