mysql2
mysql2 copied to clipboard
UUID support?
Can you add support for the UUID data type?
(Even MariaDB supports it now.)
A database uuid should come in as a string into Ruby. I am not aware of a Ruby-native uuid data type. There are Ruby gems that provide uuid classes and can be instantiated with a string input.
@sodabrew - What is your take on https://github.com/rails/rails/issues/49752 ?