Skip to content

Repository files navigation

ormxx

Clang Format Test codecov GitHub release

Integration

CMake

FetchContent_Declare(
    ormxx
    QUIET
    GIT_REPOSITORY https://github.com/ormxx/ormxx.git
    GIT_TAG v{x.y.z} # Where `x.y.z` is the release version you want to use.
)

Bazel

git_repository(
    name = "ormxx",
    remote = "https://github.com/ormxx/ormxx.git",
    tag = "v{x.y.z}",  # Where `x.y.z` is the release version you want to use.
)

Usage

See the usage in the unit test

License

MIT License © 2022 - PRESENT Dup4

Releases

Sponsor this project

Packages

Used by

Contributors

Languages