rein
Constraint manager
Adds support for defining database constraints in ActiveRecord migrations without writing custom SQL.
Database constraints made easy for ActiveRecord.
670 stars
10 watching
31 forks
Language: Ruby
last commit: about 4 years ago
Linked from 1 awesome list
activerecordconstraintsdatabaselibrarypostgresrailsruby
Related projects:
Repository | Description | Stars |
---|---|---|
customink/secondbase | Provides seamless integration of multiple databases within a Rails application | 219 |
closuretree/with_advisory_lock | Adds advisory locking to ActiveRecord models for concurrent access control | 627 |
wvanbergen/scoped_search | Makes it easy to search and filter data in ActiveRecord models using a query string. | 265 |
bibendi/activerecord-postgres_enum | Integrates PostgreSQL's enum data type into ActiveRecord's schema and migrations. | 360 |
schemaplus/schema_plus_tables | Adds utility features to ActiveRecord's handling of tables | 5 |
georgekaraszi/activerecordextended | Provides additional Postgres functionality to an ActiveRecord application. | 1,313 |
twopoint718/reactive_record | A tool that automatically generates ActiveRecord models from an existing Postgres database. | 133 |
rom-rb/rom-mongo | A MongoDB interface for Ruby's Object Mapper library | 33 |
rails-engine/action-store | Provides a way to store and manage actions across different models using polymorphic associations in Active Record. | 407 |
rails-sqlserver/activerecord-sqlserver-adapter | A Ruby library that enables Rails applications to interact with Microsoft SQL Server databases. | 974 |
globalize/globalize | Enables translation of model attributes in ActiveRecord models | 2,157 |
rom-rb/rom-influxdb | Provides a Ruby interface to InfluxDB, an open-source time series database. | 8 |
appoxy/simple_record | An ActiveRecord-like interface for interacting with SimpleDB | 129 |
davyjoneslocker/postgres_ext | Adds support for missing PostgreSQL data types to ActiveRecord in Ruby on Rails applications | 643 |
drecom/activerecord-turntable | Database sharding extension for Ruby on Rails applications | 211 |