You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@empire-db.apache.org by Jan Glaubitz <ja...@glaubitz.org> on 2015/03/16 14:03:31 UTC

Model consistency check

Hello,
 
I want to validate the consistency of my DB schema against my empire-db schema on application startup.
 
It would be nice to be able to check:
 
- Tables (names, primary keys)
- Columns (names, data types, size)
- Existence foreign keys
- Existence of indexes
 
Is this already possible with empire-db? Is there samplecode available?
 
- jan