Chapter 7. Working with Databases in Groovy
In this chapter, we will cover:
Creating a database table
Connecting to an SQL database
Querying an SQL database
Modifying data in an SQL database
Calling a stored procedure
Reading BLOB/CLOB from a database
Building a simple ORM framework
Using Groovy to access Redis
Using Groovy to access MongoDB
Using Groovy to access Apache Cassandra