Skip to Content

unqlite v2025-04-29

Created
Updated

An embedded NoSQL, transactional database engine

# Usage

unqlite can be used from CMake via:

find_path(UNQLITE_INCLUDE_DIRS "unqlite.h" REQUIRED)
find_library(UNQLITE_LIBRARIES unqlite REQUIRED)

target_include_directories(main PRIVATE ${UNQLITE_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${UNQLITE_LIBRARIES}) 

# License

# Supported Platforms

All platforms are supported

# Features

No default features set.

# threads

Compile with thread safety support

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • myd7349's avatar myd7349
  • Jack·Boos·Yu's avatar Jack·Boos·Yu
  • autoantwort's avatar autoantwort
  • toge's avatar toge
  • Amin Ya's avatar Amin Ya

# Changelog

  • 2b5f324 [unqlite] add thread-safety feature (#45436)
  • d6b3ce3 [unqlite] update homepage (#45152)
  • 5b11232 [many-ports] Don't use deprecated functions (autogenerated) (#26981)
  • 6aa4fca [many ports]switch to vcpkg-cmake / vckg-cmake-config part 5 (#29918)
  • 2a6442c [unqlite] Add new port (#13544)

# Source