Description
SQLite backend support helps ODB-based C++ applications store generated object mappings in local SQLite database files. It is useful for desktop apps, tools, and embedded software that need relational storage without a server.
This is a database runtime library, not a SQLite browser. Applications still decide file location, locking behavior, migrations, and backup handling.