New gem - SuperModel - ActiveModel in-memory databases.
I just released SuperModel - a library for in-memory databases. Supports: * Serialisation, * Validations, * Callbacks, * Observers, * Dirty (Changes), * Ruby Marshaling to disk, * Redis
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
I just released SuperModel - a library for in-memory databases. Supports: * Serialisation, * Validations, * Callbacks, * Observers, * Dirty (Changes), * Ruby Marshaling to disk, * Redis
Comments
The description is “Simple in-memory database using ActiveModel.” Do you mean that it actually depends on ActiveModel, or it works like ActiveModel?
Looks like it depends on ActiveModel, neat library!
Post a comment