sqlg
sqlg copied to clipboard
Support enums as a datatype
Not entirely sure if this is a good idea. Sqlg can store the classname of the enum in its topology and use that to return the correct type via reflection.
Best way to do this is with a check constraint. It is to difficult to refactor the db when using db enumerations.