BrainlessLabs / bun

Bun is a simple to use C++ Object Database, Object Relational Mapper (ORM) and key-value library
http://www.codeproject.com/Articles/1100449/Cplusplus-Object-Relational-Mapping-ORM-Eating-the
BSD 3-Clause "New" or "Revised" License
107 stars 16 forks source link

Development: message pack conversion #56

Closed BrainlessLabs closed 5 years ago

BrainlessLabs commented 5 years ago
  1. Objects can be converted to messagepack
  2. Objects can be converted into messagepack
  3. Added some examples

Co-Authored-By: BrainlessLabs brainlesslabs@users.noreply.github.com Co-Authored-By: BrainlessLabs sp-mishra@users.noreply.github.com


This change is Reviewable