Changes for version 0.40
- Added methods: limit, offset
- Method "find" now works with no arguments (returns all records from db)
- Deleted method "get_all"
- Bugfixes
- Method find() with primary key goes to be named get()
- Tests fixes
- Improved documentation
Modules
Simple to use lightweight implementation of ActiveRecord pattern.