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

StackOverflow https://stackoverflow.com/questions/1012527

  •  06-07-2019
  •  | 
  •  

Question

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!

Was it helpful?

Solution 2

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.

OTHER TIPS

Take a look at GRAG.

From their homepage:

You can use The GRails Application Generator (GRAG) to get started with Grails using an existing database. It will generate Grails domain objects including constraints and relations. After generating the domain objects, you can continue using Grails with all it's power.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top