Realm Core

screenshot of Realm Core

Core database component for the Realm Mobile Database SDKs

Overview

Realm is a mobile database that can be directly integrated into smartphones, tablets, or wearables. It offers a range of products and SDKs for various programming languages. Realm Core is the foundational database component used across all Realm Mobile Database products. While it is not an end-user product, it provides a stable and supported API for developers.

Features

  • Cross-platform: Realm Core supports different programming languages and platforms such as C++, Dart/Flutter, Java, Kotlin, Swift/Objective-C, .NET, Node.js/React Native/Web.
  • Mobile-first: Designed to be embedded in mobile devices, Realm offers high performance and efficiency for mobile applications.
  • Real-time synchronization: Realm provides real-time data synchronization capabilities, allowing data to be automatically updated across devices.
eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.