-
-
Notifications
You must be signed in to change notification settings - Fork 322
Home
Yevgeniy Zakharov edited this page Feb 6, 2018
·
33 revisions
sqlite_orm
is a powerful lightweight sqlite3 ORM library for C++14. All library classes and functions are located behind sqlite_orm
namespace. Example: sqlite_orm::make_storage
.