This module is mainly used for error handling.
MysqlError = object of Exception
proc raiseMysqlError(msg: string) {.raises: [MysqlError], tags: [].}