## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----figure_1, echo=FALSE, fig.cap="*Select from available database modules.*", fig.align='center'----
knitr::include_graphics('connect2db.png')

## ----figure_3, echo=FALSE, fig.cap="*Successful connection to database with supported data model.*", fig.align='center'----
knitr::include_graphics('connect2db_success.png')

## ----figure_2, echo=FALSE, fig.cap="*Error when connecting to a database with an unsupported data model.*", fig.align='center'----
knitr::include_graphics('connect2db_error.png')