The purpose of this repository is to house new variants of daitss models.
Currently attemping to migrate daitss models from DataMapper to Sequel.
- Attributes and validations defined as properties in model
- Attributes defined in schema modifications:
- create_table
- Validations retained in model
- gem 'sequel_enum'
- Behaves like dm-types plugin
- gem 'sequel-bit_fields'