This chapter contains the following recipes:
- Connecting the database
 - Validating the connection
 - Executing statements
 - Operating with prepared statements
 - Canceling the pending query
 - Reading query result metadata
 - Retrieving data from query result
 - Parsing query result into map
 - Handling transactions
 - Executing stored procedures and functions