CowDB 0.4.0 has been released.
CowDB 0.4.0 has been released with some fixes and improvements.
Changes
- rename
cowdb:db_info/1tocowdb:database_info/1 - rename
cowdb:lookup/2tocowdb:mget/2.
cowdb:lookup/2 is still there but deprecated
- add
cowdb:put/2, allows to pass a K/V tuple - add
cowdb:mput/2, send multiple PUT at once - add
cowdb:mdelete/2, send multiple delete at once - fix types and some typos
Full changelog is available here:
0.3.0...0.4.0