Search code examples
grailsfirebirdfirebird1.5

Grails: Building an Application for an existing Database. How to generate fitting Domainclasses


i got an old Firebird Database with a lot of content. Is there an easy way to get the content of this Database without rewriting the tables from Database for an Grails Application?

An example would be nice.

Thank you!


Solution

  • GRAG is a very nice Tool..but it does not fit for Firebird Databases.

    Well i just rebuild my Tables and everything works fine. I think this is the best Solution to keep it nice and clean.

    Thank you for reading.