mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-13 21:08:46 -05:00
d4444e4c28
A user can define the u_visible and u_hidden std::set static data member for visible and hidden attributes on his models and they will be used during serialization. The relationships and also u_snakeAttributes are correctly taken into account. - added unit tests - added example to Models::Torrent