gjaldon / ecto_enum

Ecto extension to support enums in models
MIT License
562 stars 131 forks source link

Make it clear in the README that MySQL is supported #97

Open ccapndave opened 5 years ago

ccapndave commented 5 years ago

Because only Postgres is mentioned by name, its not obvious that MySQL is supported.

thiagomajesk commented 4 years ago

@ccapndave Did you manage to use MySQL with this lib? There's this open issue about supporting MySQL enum so I'm not positive it's 100% supported. For example, I can't use create_type and type in my migrations, it just raises an ER_PARSE_ERROR. I'm still able to use it with string backed fields.