After running into this question today: Grails query not using GORM I wonder if using groovy.sql.Sql or JDBC comes with the benefits of connection pooling?
I can see under some circumstances how going GORMless could be beneficial, but lack of conn pooling would eliminate it as an option.
Would we also get the benefits of prepared statements?