Changes in version 0.0.4 (2022-10-17) - Update the contact information of the package maintainer Changes in version 0.0.3 (2021-05-22) - Updated the return type for select queries to a tibble. - Added the pipe operator from the magrittr package. Changes in version 0.0.2 (2020-12-07) - Added option to return tables' attributes with dabr::list_table(quiet = TRUE). - Added function to get the attributes of a table, dabr::get_attr. - Updated queries for dabr::insert, dabr::select, and dabr::update. - Added function to verify connection objects, dabr::is.connected. - Removed unused function is.MariaDBConnection. - Added function to execute delete queries, dabr::delete. Changes in version 0.0.1 (2020-11-05) - Added a NEWS.md file to track changes to the package. - Basic SQL functions supported - MySQL engine added