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
Jack·Boos·Yu
autoantwort
toge
Amin Ya