Search code examples
javajdbcdatabase-schemaddlutils

Java library for reading database schema


I'm looking for a lightweight, open source, more or less cross-database Java library that would allow me to read off metainformation on columns, tables and integrity constraints given a DataSource.


Solution

  • I have found an answer to my question, Apache DDLUtils. My question was really a duplicate of this one.