Activefacts::Rmap
This gem provides a relational mapping that generates 5NF relation schemas for a fact model in ActiveFacts. Usually the model will have been compiled from a Constellation Query Language (CQL) source file or loaded from an ORM file. The code is tested in dependent gems that use this gem.
Installation
Add this line to your application's Gemfile:
gem 'activefacts-rmap'
Usage
Check out the activefacts-examples tests for API usage, or just use the acticefacts-generators to generate SQL, Rails, or other relational code.
Development
After checking out the repo, run bundle install
to install dependencies.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/cjheath/activefacts-rmap.
License
The gem is available as open source under the terms of the MIT License.