Last Updated: February 25, 2016
·
911
· we4tech

Schema less ruby database modeling tool - Flexi Model

Sneak peek

class User
  include FlexiModel
  _string :name, :email
  _text :bio
  validates_presence_of :name, :email
end

You can follow over github https://github.com/we4tech/flexi-model