Skip to content

bw-sqlitemapv1.2.0

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)

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No transitive dependencies.

#Host Dependencies

and one transitive dependency:

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Benno Waldhauer's avatarBenno Waldhauer

#Changelog

  • 69ba642[bw-sqlitemap] update to 1.2.0 (#48324)
  • 515e4d5[sqlitemap] add new port (#45369)