Currently, the conversion from Julia Types to SQL types is just facilitated by a dictionary between types.
While a solution other than hardcoding the type conversion would be preferable (maybe a more popular library that already maintains this map?), taking advantage of the Julia multiple dispatch system will make it a more flexible hardcoding.