v1.2
版本发布时间: 2018-07-04 13:35:46
fnc12/sqlite_orm最新发布版本:v1.9(2024-08-24 10:26:18)
-
UNION
Use
union_
/union_all
functions with two subselects to query data withUNION
/UNION ALL
operators - Custom collations Now you can bind your function as a collating function used to compare data during selection
- Setters/getters Added different getters/setters support. E.g. now one can easily map Protobuf structure as is
- Easier development Library code is split into different header files for easily development. Also final code is still available as a single source for include
- Explicit types Explicit columns/tables types. Now one can map subclasses with inherited fields and select them from database properly
- Limits Added all SQLite limits API
- Explicit INSERT Now you can specify columns to insert from provided object
-
Static unit tests
Static unit tests are checked at compile time and have a bulk of
static_assert
functions. -
Speed
Decreased
dump()
and several other functions work time
1、 sqlite_orm.h 316.49KB