siuying / NanoStoreInMotion

RubyMotion wrapper for NanoStore, a lightweight schema-less key-value document database based on sqlite.
Other
103 stars 24 forks source link

Add callbacks #29

Closed andruu closed 11 years ago

andruu commented 11 years ago

Would it be possible to implement callbacks ie: before_save, after_save, etc?

siuying commented 11 years ago

The way NanoStore implement persistence, we cannot easily add this. You might want to contribute to the NanoStore project and do that.