Google Cloud Spanner backend for SeaORM
A new way to handle Postgres schema migration.
Integrate PostgreSQL's enum data type into ActiveRecord's schema and migrations.
Enable enum type for the MySQL Adapter in ActiveRecord
Adds the ENUM data type natively to ActiveRecord.
Integrate PostgreSQL's enumerated types with the Rails enum feature
Provides integration between ActiveRecord::Enum and I18n.
Gem that integrates PostgreSQL native enums with ActiveRecord enums.
Make ActiveRecord 4's Enum store as strings instead of integers.
Grouping the enum of ActiveRecord
Provides syntax for composing models of enums.
This gem does the same as ActiveRecord::Base#enum but does not define enum_value? and enum_value! methods so you can use the same values in multiple enum
automatically creates enum of sti by including.
Easily translate your ActiveRecord's enums.