Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realm/realm-core
Core database component for the Realm Mobile Database SDKs
https://github.com/realm/realm-core
c-plus-plus cpp database library mobile mobile-database nosql-database reactive realm realtime-database
Last synced: 11 days ago
JSON representation
Core database component for the Realm Mobile Database SDKs
- Host: GitHub
- URL: https://github.com/realm/realm-core
- Owner: realm
- License: apache-2.0
- Created: 2011-06-18T21:18:46.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T21:50:37.000Z (7 months ago)
- Last Synced: 2024-04-14T21:54:28.446Z (7 months ago)
- Topics: c-plus-plus, cpp, database, library, mobile, mobile-database, nosql-database, reactive, realm, realtime-database
- Language: C++
- Homepage: https://realm.io
- Size: 101 MB
- Stars: 993
- Watchers: 61
- Forks: 150
- Open Issues: 339
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![Realm](doc/logo.png)
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 [Atlas Device SDK documentation](https://www.mongodb.com/docs/atlas/device-sdks/) 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 [[email protected]](mailto:[email protected]).## 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).