Hi,
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!
Hi,
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!
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.
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.