[フレーム]
Last Updated: February 25, 2016
·
987
· 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

AltStyle によって変換されたページ (->オリジナル) /