https://github.com/monzo/realm-core
Core database component for the Realm Mobile Database SDKs
https://github.com/monzo/realm-core
Last synced: about 1 year ago
JSON representation
Core database component for the Realm Mobile Database SDKs
- Host: GitHub
- URL: https://github.com/monzo/realm-core
- Owner: monzo
- License: apache-2.0
- Created: 2023-07-04T11:08:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T14:12:44.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T04:26:10.823Z (over 1 year ago)
- Language: C++
- Size: 89.4 MB
- Stars: 0
- Watchers: 26
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

Realm is a mobile database that runs directly inside phones, tablets or wearables - check out [realm.io](https://realm.io).
This repository holds the source code for the core database component used by all the Realm Mobile Database products:
* [Realm C++](https://github.com/realm/realm-cpp)
* [Realm Dart/Flutter](https://github.com/realm/realm-dart)
* [Realm Java](https://github.com/realm/realm-java)
* [Realm Kotlin](https://github.com/realm/realm-kotlin)
* [Realm Swift/Objective-C](https://github.com/realm/realm-swift)
* [Realm .NET](https://github.com/realm/realm-dotnet)
* [Realm Node.js/React Native/Web](https://github.com/realm/realm-js)
Realm Core is not in itself an "end-user" product with a publicly stable and supported API.
Refer to the [Realm documentation](https://www.mongodb.com/docs/realm) for information about Realm and using the SDKs.
## Building Realm
How to build Realm Core is described [here](how-to-build.md).
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for more details!
## Code of Conduct
This project adheres to the [MongoDB Code of Conduct](https://www.mongodb.com/community-code-of-conduct).
By participating, you are expected to uphold this code. Please report
unacceptable behavior to [community-conduct@mongodb.com](mailto:community-conduct@mongodb.com).
## License
Realm Core is published under the Apache 2.0 license.
See the THIRD-PARTY-NOTICES file for licenses related to included third party libraries.
## Feedback
Feedback to the Realm SDK's should be given in the respective SDK's github mentioned in the top of this readme.
For anything specifically about Realm Core, please create an [issue here](https://github.com/realm/realm-core/issues/new).