1. Home
  2. Browse
  3. crossdb

crossdb

v0.14.0#0Latest

Ultra High-performance Lightweight Embedded and Server OLTP RDBMS

Install

Run the following Vcpkg command to install the port.

vcpkg install crossdb

Usage

The package crossdb can be used via CMake:

find_path(CROSSDB_INCLUDE_DIR crossdb.h)
find_library(CROSSDB_LIBRARY NAMES crossdb)
target_include_directories(main PRIVATE "${CROSSDB_INCLUDE_DIR}")
target_link_libraries(main PRIVATE "${CROSSDB_LIBRARY}")

Dependencies

See source

Version

v0.14.0#0

Publication

Supports

(!windows | mingw) & !android

GitHub

crossdb-org/crossdb233

Homepage

github.com/crossdb-org/crossdb

Subtree

813a779e69

License

MPL-2.0

Definition

Manifest