git-svn-id: https://svn.code.sf.net/p/jailer/code/trunk@1184 3dd849cd-670e-4645-a7cd-dd197c8d0e81
This commit is contained in:
rwisser
2017-04-08 16:16:35 +00:00
parent 16dd76466a
commit ff1d89229e
+2 -2
View File
@@ -9,10 +9,10 @@ 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.
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.
- Data Browsing. Navigate bidirectionally through the database by following foreign-key-based or user-defined relationships.
- Data Browsing. Navigate bidirectionally through the database by following foreign-key-based or user-defined relationships.
- Open Source. Entirely written in Java. Platform independent. DBMS agnostic.
## News