bw-sqlitemap v1.1.0
- Created
- Updated
sqlitemap — Persistent Map Backed by SQLite
# Usage
sqlitemap is header-only and can be used from CMake via:
find_path(SQLITEMAP_INCLUDE_DIRS "bw/sqlitemap/sqlitemap.hpp")
target_include_directories(main PRIVATE ${SQLITEMAP_INCLUDE_DIRS})
However it requires
find_package(unofficial-sqlite3 CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::sqlite3::sqlite3)
# License
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
No transitive dependencies.
# Host Dependencies
and one transitive dependency:
- vcpkg-cmake-config (by sqlite3 )
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
Benno Waldhauer