Skip to content

crossdbv0.14.0

Updated

Ultra High-performance Lightweight Embedded and Server OLTP RDBMS

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

#Supported Platforms

(!windows | mingw) & !android

  • linux
  • osx
  • uwp
  • windows

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • toge's avatartoge

#Changelog

  • 813a779[crossdb] add new port (#46182)