Skip to content

jonpitts/daitss-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAITSS models

The purpose of this repository is to house new variants of daitss models.

Currently attemping to migrate daitss models from DataMapper to Sequel.

DataMapper

Characteristics

  • Attributes and validations defined as properties in model

Sequel

Characteristics

  • Attributes defined in schema modifications:
    • create_table
  • Validations retained in model

External Plugin Required

  • gem 'sequel_enum'
    • Behaves like dm-types plugin
  • gem 'sequel-bit_fields'

About

Sequel versions of daitss models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages