ORM Lite is a C++ Object Relation Mapping (ORM) for SQLite3 (currently 😂), written in Modern C++ style.
- Easy to Use
- Header Only (src/ormlite.h, src/nullable.h)
- Powerful Compile-time Type/DSL Deduction
- Support More Databases (Looking for a Better Driver recently...)
- Customized Primary Key (Hard to Design an Elegant Interface for it...)
- Blob (Hard to be Serialized to Script...)
- Date/Time Types (Weak Typed in SQL...)
- Subquery (Too Complicated... the Interface would be)
Feel free to Issue, if you have any idea. 😎
Posts in Chinese only: