MariaDB Typescript enum fix
Recently I was looking through the github issues for the MariaDB nodejs connector project
for some low hanging fruit. I came across issue 347.
This is something that is common in projects written in Javascript that are consumed via a
Typescript project. The crux of the problem is the difference between a const enum and an
enum.