-
-
Notifications
You must be signed in to change notification settings - Fork 318
Home
Yevgeniy Zakharov edited this page Jan 1, 2020
·
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
.