activerecord-pg_enum
Enum library
Enables Rails to use PostgreSQL's enumeration types in database columns
Integrate PostgreSQL's enumerated types with the Rails enum feature
167 stars
3 watching
10 forks
Language: Ruby
last commit: about 2 years ago
Linked from 1 awesome list
enumenumerated-typesmigrationspostgresqlruby-on-rails
Related projects:
Repository | Description | Stars |
---|---|---|
bibendi/activerecord-postgres_enum | Integrates PostgreSQL's enum data type into ActiveRecord's schema and migrations. | 360 |
schemaplus/schema_plus_enums | An ActiveRecord extension for supporting enum data types in Ruby on Rails applications. | 14 |
adzap/active_enum | Defines enum classes in Rails to enumerate ActiveRecord attributes with I18n support | 125 |
schemaplus/schema_plus_pg_indexes | Adds support for PostgreSQL index expressions and operator classes to ActiveRecord | 30 |
georgekaraszi/activerecordextended | Provides additional Postgres functionality to an ActiveRecord application. | 1,313 |
dhyegocalota/active_admin-humanized_enum | Easily translate enum values in ActiveAdmin using an integrated Humanized Enum solution. | 6 |
ged/ruby-pg | A PostgreSQL interface library for Ruby | 796 |
davyjoneslocker/postgres_ext | Adds support for missing PostgreSQL data types to ActiveRecord in Ruby on Rails applications | 643 |
brainspec/enumerize | An enumeration library for Ruby that integrates I18n support and supports various databases including ActiveRecord, Mongoid, MongoMapper/Sequel. | 1,739 |
royaltm/ruby-em-pg-client | An asynchronous PostgreSQL client library for Ruby that provides a connection interface with EventMachine support. | 59 |
casecommons/pg_search | A library that provides named scopes for searching in PostgreSQL databases | 1,347 |
amatsuda/stateful_enum | Simplifies state machine management with Rails and ActiveRecord | 623 |
schemaplus/schema_plus_columns | Provides useful accessors to ActiveRecord's Column object | 2 |
fatkodima/online_migrations | Detects and advises on safe PostgreSQL migration operations | 631 |
datawan-labs/pg | A client-side PostgreSQL app with a query playground and ERD schema generator for learning and development purposes | 349 |