You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yevgeniy Zakharov edited this page Jan 18, 2022
·
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.