nobrin / macaron

A simple O/R mapper for SQLite
http://nobrin.github.com/macaron/
MIT License
31 stars 8 forks source link

Please kindly update docs. #42

Open faststare opened 7 years ago

faststare commented 7 years ago

I try to follow your read the docs but I received many error with it. Like key error team.method(that needed to properly define the field with the team class) and team.members does not work.

faststare commented 7 years ago

And i tried to member.create instance without reference to parent table but its valid but should be. By default should not be valid and option to be valid(cascading concept)