Home - pbujak/Sqlite-AddOns GitHub Wiki
Abstract
This toolbox of additional utilities related to SQLite. It could be useful in development of C++ applications using SQlite databases. Now it is supported only for Linux, but is intended to become a multiplatform tool.
- sqlite_stub_maker - the generator of stub SQLite database and ORM C++ code generator using SQL script and XML file with ORM mappings.
- sqlite_wrapper - the intermediate library between SQLite3 itself and C++ applications. The library supports code generated by sqlite_stub_maker.
- sqlite_wrapper_tests - the unit tests for sqlite_wrapper.
The SQL script and XML with ORM mappings can be for example added to Visual Studio C++ project. The custom build action can be set to run sqlite_stub_maker.