e2dfa9ca30
Plugin that adds foreign key constraints to associations. Currently supports only PostgreSQL and MySQL. All constraints are added to the underlying database, but constraining is implemented in pure ruby.
5 lines
205 B
Text
5 lines
205 B
Text
Plugin that adds foreign key constraints to associations. Currently
|
|
supports only PostgreSQL and MySQL
|
|
|
|
All constraints are added to the underlying database, but constraining
|
|
is implemented in pure ruby.
|