Groovy SQL

Groovy Sql provides simple way to access database. It can become handy when our application is supposed to only fetch data and we do not want to utilize Hibernate.

Still, if we need to work with domain objects, it is better to use GORM that provides full package to perform CRUD operations. This chapter provides information how to utilize Groovy SQL in Grails application with Vaadin.

Last updated