nobrin / macaron

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

Hooks implementation #8

Closed nobrin closed 12 years ago

nobrin commented 12 years ago

Currently, Model has hooks for before_create and before_save. But to simplify, Model will provide override way for create and update.

nobrin commented 12 years ago

Now I have implemented before_create, before_save, after_create, and after_save. Some consiteration is needed for converting row and model object...