Skip to content
Realm is a mobile database: a replacement for Core Data & SQLite
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Update ISSUE_TEMPLATE.md Jun 2, 2018
Carthage/Realm.xcworkspace move to Carthage/ Sep 13, 2016
Configuration Bump default Swift version to 4.0 Mar 19, 2019
Realm.xcodeproj Fix another xcode 10.2 warning Mar 25, 2019
Realm Release 3.14.2 Apr 25, 2019
RealmSwift Fix an implicit cast warning when building as swift 5 Mar 25, 2019
docs remove API .diff Sep 15, 2016
examples Set an explicit build destination for the watchos cocoapods tests Mar 27, 2019
plugin add note about the menu item not being displayed in Xcode 8 Mar 23, 2017
scripts Update examples packaging for the new versioning scheme Mar 26, 2019
tools Added a README in the original location of the Realm Browser project. Jun 24, 2015
.dir-locals.el Project specific Emacs settings updated: Always show trailing white-s… Sep 26, 2013
.gitattributes update .gitattributes May 28, 2016
.gitignore Rework how ROS is downloaded and launched for tests Jun 4, 2018
.gitmodules Pick up the fix for realm/realm-object-store#344. Jan 17, 2017
.jenkins.yml Replace Xcode 10.2 with 10.2.1 in the build matrix Apr 22, 2019
.swiftlint.yml Disable the duplicate_imports SwiftLint rule as it doesn't apply to h… Mar 6, 2019
.travis.yml
CHANGELOG.md Add empty changelog section Apr 26, 2019
CONTRIBUTING.md * fixed broken link within the document to #cla Mar 5, 2016
Jenkinsfile.releasability Fix the swift version used to build the docs Apr 25, 2019
LICENSE update license to match changes in realm-java Jun 1, 2017
README.md Update README.md Jan 17, 2019
Realm.podspec Explicitly list the headers for the Realm.Private cocoapods module Aug 20, 2018
RealmSwift.podspec Remove obsolete WholeModuleOptimazation setting Mar 23, 2018
SUPPORT.md Update SUPPORT.md Jul 25, 2017
TestHost copy-Info.plist Add an iOS-only TestHost target to work around iOS static framework i… Sep 19, 2018
build.sh Run analyze-osx in a separate CI job from the osx tests Apr 25, 2019
dependencies.list Release 3.14.2 Apr 25, 2019
logo.png Update realm logo in README.md Jun 8, 2016

README.md

Realm

Realm is a mobile database that runs directly inside phones, tablets or wearables. This repository holds the source code for the iOS, macOS, tvOS & watchOS versions of Realm Swift & Realm Objective-C.

Features

  • Mobile-first: Realm is the first database built from the ground up to run directly inside phones, tablets and wearables.
  • Simple: Data is directly exposed as objects and queryable by code, removing the need for ORM's riddled with performance & maintenance issues. Most of our users pick it up intuitively, getting simple apps up & running in minutes.
  • Modern: Realm supports relationships, generics, vectorization and Swift.
  • Fast: Realm is faster than even raw SQLite on common operations, while maintaining an extremely rich feature set.

Getting Started

Please see the detailed instructions in our docs to add Realm Objective-C or Realm Swift to your Xcode project.

Documentation

Realm Objective-C

The documentation can be found at realm.io/docs/objc/latest.
The API reference is located at realm.io/docs/objc/latest/api/.

Realm Swift

The documentation can be found at realm.io/docs/swift/latest.
The API reference is located at realm.io/docs/swift/latest/api/.

Getting Help

  • Need help with your code?: Look for previous questions on the #realm tag — or ask a new question. We actively monitor & answer questions on SO!
  • Have a bug to report? Open an issue. If possible, include the version of Realm, a full log, the Realm file, and a project that shows the issue.
  • Have a feature request? Open an issue. Tell us what the feature should do, and why you want the feature.
  • Sign up for our Community Newsletter to get regular tips, learn about other use-cases and get alerted of blogposts and tutorials about Realm.

Building Realm

In case you don't want to use the precompiled version, you can build Realm yourself from source.

Prerequisites:

  • Building Realm requires Xcode 8.x.
  • If cloning from git, submodules are required: git submodule update --init --recursive.
  • Building Realm documentation requires jazzy

Once you have all the necessary prerequisites, building Realm.framework just takes a single command: sh build.sh build. You'll need an internet connection the first time you build Realm to download the core binary.

Run sh build.sh help to see all the actions you can perform (build ios/osx, generate docs, test, etc.).

Contributing

See CONTRIBUTING.md for more details!

This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to info@realm.io.

License

Realm Objective-C & Realm Swift are published under the Apache 2.0 license.
Realm Core is also published under the Apache 2.0 license and is available here.

This product is not being made available to any person located in Cuba, Iran, North Korea, Sudan, Syria or the Crimea region, or to any other person that is not eligible to receive the product under U.S. law.

Feedback

If you use Realm and are happy with it, all we ask is that you please consider sending out a tweet mentioning @realm to share your thoughts!

And if you don't like it, please let us know what you would like improved, so we can fix it!

analytics

You can’t perform that action at this time.