mirror of
https://github.com/Wisser/Jailer.git
synced 2026-05-18 06:36:13 -05:00
News Update
git-svn-id: https://svn.code.sf.net/p/jailer/code/trunk@1423 3dd849cd-670e-4645-a7cd-dd197c8d0e81
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
# Database Subsetting Tool
|
||||
# Jailer Database Tool
|
||||
|
||||
Jailer is a tool for database subsetting and relational data browsing.
|
||||
|
||||
- The Subsetter exports consistent, referentially intact row-sets from relational databases,
|
||||
generates topologically sorted SQL-DML, DbUnit datasets and hierarchically structured XML.
|
||||
|
||||
- The Data Browser allows bidirectional navigation through the database
|
||||
by following foreign-key-based or user-defined relationships.
|
||||
|
||||
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.
|
||||
|
||||
<img src="/docs/screenshot.png" width="850" />
|
||||
|
||||
@@ -18,6 +22,7 @@ DbUnit datasets, hierarchically structured XML, and topologically sorted SQL-DML
|
||||
|
||||
## News
|
||||
|
||||
- 2017-10-15 SQL Console with code completion, syntax highlighting and database metadata visualization.
|
||||
- 2017-05-10 New API provides programmatic access to the data export and import functionality. http://jailer.sourceforge.net/api.html
|
||||
- 2017-03-30 Improved filter management. Support for import-filters and literal-filters.
|
||||
- 2017-01-27 Referential cycles can now be exported by deferring the insert of nullable foreign keys.
|
||||
|
||||
Reference in New Issue
Block a user