Sha256: c99f95e55ea192b00df565c33bc250f2015b069f5d093fe0fb5936a4bb2cdb88
Contents?: true
Size: 898 Bytes
Versions: 4
Compression:
Stored size: 898 Bytes
Contents
# 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: ```ruby 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](http://opensource.org/licenses/MIT).
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
activefacts-rmap-1.8.2 | README.md |
activefacts-rmap-1.8.1 | README.md |
activefacts-rmap-1.8.0 | README.md |
activefacts-rmap-1.7.1 | README.md |