- Add
insert_store/3
,update_store/3
andupsert_store/3
- Add
delete_store/3
- Can get primary key automatically.
- Only store non-virtual schema fields in version. by @03juan
- Change last arg to opts
- Can select repo when stored.
- Can select primary key other than id too.
- Rename repo to default_repo at config.
- Some small fixes.
- Initial release.