Registry / database / cpprealm

cpprealm

JSON →
library2.2.0vcpkgunverified

Realm is a mobile database that runs directly inside phones, tablets or wearables.

vcpkg install cpprealm
INSTALL
IMPORT
SIG · CPPREALM
C
cpprealm
databasecppv2.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

realm/realm.hpp
#include <realm/realm.hpp>

Open a Realm database instance

#include <realm/realm.hpp> int main() { auto realm = realm::open<realm::db>(); // ... return 0; }
Debug
Known issues
breakingC++Realm requires C++17 or later and may have ABI incompatibilities between versions.
fix
Ensure your project uses the same C++ standard and compiler as the library was built with.
affects: >=2.0.0
Upgrade
Version history
2.2.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

cpprealm — pip install cpprealm · libregistry