ObjectBox C/C++ database

C and C++ database for objects and structs (by objectbox)

ObjectBox C/C++ database Alternatives

Similar projects and alternatives to ObjectBox C/C++ database

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ObjectBox C/C++ database alternative or higher similarity.

ObjectBox C/C++ database reviews and mentions

Posts with mentions or reviews of ObjectBox C/C++ database. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-25.
  • Database for syncing cross platform
    3 projects | dev.to | 25 Mar 2022
    Example code repository
  • How to get started with ObjectBox database
    1 project | dev.to | 3 Mar 2022
    Create CMakeLists.txt – a standard file for installing CMake projects. It is needed to get the ObjectBox source code from its Git repository and link the library to your project. include(FetchContent) FetchContent_Declare( objectbox GIT_REPOSITORY https://github.com/objectbox/objectbox-c.git GIT_TAG v0.14.0 ) FetchContent_MakeAvailable(objectbox) add_executable(myapp main.cpp) target_link_libraries(myapp objectbox)
  • Beginner C++ tutorial: How to install and build ObjectBox
    1 project | dev.to | 29 Oct 2021
    include(FetchContent) FetchContent_Declare( objectbox GIT_REPOSITORY https://github.com/objectbox/objectbox-c.git GIT_TAG v0.14.0 ) FetchContent_MakeAvailable(objectbox) add_executable(myapp main.cpp) target_link_libraries(myapp objectbox)
  • A note from our sponsor - WorkOS
    workos.com | 26 Apr 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more →

Stats

Basic ObjectBox C/C++ database repo stats
3
186
5.1
2 months ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com