1. Using Grails/Hibernate with old Databases. How to create missing functions? stackoverflow.comSo Hibernate Supports the latest Version of Firebird, which is really great. But... I got here an Firebird 1.5.2 Database. My Grails App using this Database via Hibernate...so far everything great. My Apps sends ... |
2. Grails + sqlite stackoverflow.comIs there any way to use SQLite as a database storage for my Grails app? If I use a SQLite JDBC driver (http://www.zentus.com/sqlitejdbc/), my app fails to start with "Could ... |
3. What is the best database to use with Grails in an enterprise application? stackoverflow.comI realize this has flame potential, please refrain. That being said, I'm interested in what databases people have used with Grails. What positive experiences and what horror stories are out there? I ... |
4. grails joinTable with legacy database stackoverflow.comI have a one-to-many table mapping that I want to do with grails. I have a legacy database where I can't change the table structure. I have everything set up, but ... |
5. Autoincrement with Grails/Hibernate for different DBs stackoverflow.comit's not a realy problem, but it surprises me: when I use Grails with diffrent DBs, I get different counter increments...:
|