1. Home
  2. Browse
  3. unqlite

unqlite

v1.2.1#0Latest

An embedded NoSQL, transactional database engine

Install

Run the following Vcpkg command to install the port.

vcpkg install unqlite

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

Features

Dependencies

See source

Version

v1.2.1#0

Publication

Supports

All

GitHub

symisc/unqlite

Homepage

unqlite.symisc.net

Subtree

72024a63cd

License

BSD-2-Clause

Definition

Manifest