Skip to content
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.

Tutorials

Functions

Classes

Features

For contributors