0

I want to get the schema from one table from my hsqldb database. At the moment everything is generated with hibernate. Is there a fast and easy solution to get the schema out of the hsqldb?

I appreciate your answer!

Carol.Kar
  • 4,581
  • 36
  • 131
  • 264

2 Answers2

1

I often use SchemaSpy to generate an html description of a schema including relationship graphs. It uses a JDBC driver to fetch the schema information, so this works with any DB that has one. http://schemaspy.sourceforge.net

user3679868
  • 693
  • 4
  • 6
1

Try SCRIPT.

Same question here: look here too.

Community
  • 1
  • 1
Meiblorn
  • 2,522
  • 2
  • 18
  • 23