experimental
Experimental features
is-handlingmake it possible to use the traint
is handlingthat "exports" the givenResultSeq's methods to the model itselfmigrationsmake it possible to test the prototype of the migration feature
formattersmake it possible to change the rule of creation of the names of tables and columns
shortnamemake Red use the
shortnameof the model to create the table's name instead of the full namehas-onecreeates a new option to relationship:
has-one. For more details: https://github.com/FCO/Red/issues/452refreshableadds 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>;