No release in over 3 years
Low commit activity in last 3 years
Relational mapping for fact models. Part of the ActiveFacts suite.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.10
~> 10.0
~> 3.3

Runtime

 Project Readme

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.