#hypernate Hibernate-like ORM for C++.
##Quick start
##Design goals
##TODOs
- delete object
- query
- throw exceptions when fail
- one-to-many relation mapping
- concurrency-safe
- toggle debug switch to dump generated SQL or not.
- insertion with auto-increment hyper_column.
- transaction rollback.
- more type support.
- combined primary key.
##License ##References Thanks for the third-party open source project, they are just fabulous.
- nlohamnn json for json data.