experimental
Experimental features
- is-handling- make it possible to use the traint - is handlingthat "exports" the given- ResultSeq's methods to the model itself
- migrations- make it possible to test the prototype of the migration feature 
- formatters- make it possible to change the rule of creation of the names of tables and columns 
- shortname- make Red use the - shortnameof the model to create the table's name instead of the full name
- has-one- creeates a new option to relationship: - has-one. For more details: https://github.com/FCO/Red/issues/452
- refreshable- adds a - .^refreshmeta-method on defined model. It accepts a list of columns names or nothing at all, and "refreshes" those columns (ar all columns if no list was defined) with the actual data from the database.
How to use experimental feartures?
when useing Red, pass a list of wanted experimental features, For example:
use Red <is-handling migrations formatters shortname has-one refreshable>;