realm-cpp icon indicating copy to clipboard operation
realm-cpp copied to clipboard

Realm C++

Results 56 realm-cpp issues
Sort by recently updated
recently updated
newest added

Add versioning Add package managers

This PR slightly changes the way cpprealm is globally installed (see `src/CMakeLists.txt`) so it can be used in a separate without recompiling it (see `examples/cmake/CMakeLists/txt`). Also pls take a look...

When opening a Realm using `realm::open`, the locally-created Realm file ends with `.realm.realm`. However, opening a Realm using `realm::async_open` creates a Realm file with `.realm` extension. This can cause two...

O-Community

In this simple PR, I've added an example for querying in Realm with C++. I recognize that there are other ways to accomplish the same thing and I also recognize...

There are a couple of considerations that need to be taken into account, some of which apply to other bindings as well, and some of which are unique to the...

Design-Required