Skip to content

unqlitev1.2.1

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})

#Supported Platforms

All platforms supported.

#Features

No default features.

#threads

Compile with thread safety support

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • myd7349's avatarmyd7349
  • Jack·Boos·Yu's avatarJack·Boos·Yu
  • autoantwort's avatarautoantwort
  • toge's avatartoge
  • Amin Ya's avatarAmin Ya

#Changelog

  • 72024a6[unqlite] update to 1.2.1 (#51523)
  • 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)