activerecord-postgres_enum
Enum library
Integrates PostgreSQL's enum data type into ActiveRecord's schema and migrations.
Integrate PostgreSQL's enum data type into ActiveRecord's schema and migrations.
360 stars
5 watching
24 forks
Language: Ruby
last commit: 5 months ago
Linked from 1 awesome list
activerecordenumpostgrespostgresqlrailsruby
Related projects:
Repository | Description | Stars |
---|---|---|
alassek/activerecord-pg_enum | Enables Rails to use PostgreSQL's enumeration types in database columns | 167 |
schemaplus/schema_plus_enums | An ActiveRecord extension for supporting enum data types in Ruby on Rails applications. | 14 |
dhyegocalota/active_admin-humanized_enum | Easily translate enum values in ActiveAdmin using an integrated Humanized Enum solution. | 6 |
adzap/active_enum | Defines enum classes in Rails to enumerate ActiveRecord attributes with I18n support | 125 |
brainspec/enumerize | An enumeration library for Ruby that integrates I18n support and supports various databases including ActiveRecord, Mongoid, MongoMapper/Sequel. | 1,739 |
georgekaraszi/activerecordextended | Provides additional Postgres functionality to an ActiveRecord application. | 1,313 |
davyjoneslocker/postgres_ext | Adds support for missing PostgreSQL data types to ActiveRecord in Ruby on Rails applications | 643 |
ged/ruby-pg | A PostgreSQL interface library for Ruby | 796 |
amatsuda/stateful_enum | Simplifies state machine management with Rails and ActiveRecord | 623 |
schemaplus/schema_plus_pg_indexes | Adds support for PostgreSQL index expressions and operator classes to ActiveRecord | 30 |
nullobject/rein | Adds support for defining database constraints in ActiveRecord migrations without writing custom SQL. | 670 |
royaltm/ruby-em-pg-client | An asynchronous PostgreSQL client library for Ruby that provides a connection interface with EventMachine support. | 59 |
twopoint718/reactive_record | A tool that automatically generates ActiveRecord models from an existing Postgres database. | 133 |
denodrivers/postgres | A PostgreSQL driver for Deno that simplifies interaction with the database. | 607 |
fatkodima/online_migrations | Detects and advises on safe PostgreSQL migration operations | 631 |