realm-dotnet

Realm is a mobile database: a replacement for SQLite & ORMs

Github星跟蹤圖

Realm

Realm is a mobile database that runs directly on phones, tablets or wearables.

This repository holds the source code for the .NET / C# versions of Realm. Currently, we support all major mobile and desktop operating systems, such as iOS, Android, UWP, macOS, Linux, and Windows. For a full list of supported platforms and their versions, check out the Prerequisites section in the documentation.

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. Plus, we've worked hard to keep our API down to just 2 common classes (RealmObject and Realm): most of our users pick it up intuitively, getting simple apps up & running in minutes.
  • Modern: Realm supports relationships, generics, vectorization and modern C# idioms.
  • 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 User Guide to add Realm to your solution.

Documentation

The documentation can be found at realm.io/docs/dotnet/latest.
The API reference is located at realm.io/docs/dotnet/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 to blog posts and tutorials about Realm.

Nightly builds

If you want to test recent bugfixes or features that have not been packaged in an official release yet, you can use the preview releases published after every
commit to the realm-nightly MyGet feed. Refer to this guide
for instructions on adding custom sources to the NuGet Package Manager. The source URL you need to specify is https://www.myget.org/F/realm-nightly/api/v3/index.json.

Building Realm

We highly recommend using our pre-built binaries via NuGet but you can also build from source.

Prerequisites:

  • Visual Studio Community or above.
  • Building Xamarin iOS apps also requires Xcode 8.1.

We support the current Xamarin Stable update channel, at the time of release this corresponded to:

  • Xamarin iOS version 10.3.1.8
  • Xamarin Android version 7.0.2.42
  • Xamarin Studio version 6.1.4

Note for Debugging that the following steps mention building for Release. If you are debugging, just substitute Debug and you probably also want to choose Debug, iPhoneSimulator as a platform.

  1. Download and build the native libraries using the instructions in wrappers/README.md
  2. Open the Realm.sln in Visual Studio
  3. Build RealmWeaver.Fody and Realm.BuildTasks
  4. Build Realm and Realm.Sync
  5. Build and run the tests for the relevant platforms.

If you are actively testing code against the Realm source, see also the unit test projects and other tests under the Tests folder.

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 .NET is 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

主要指標

概覽
名稱與所有者realm/realm-dotnet
主編程語言C#
編程語言C# (語言數: 9)
平台
許可證Apache License 2.0
所有者活动
創建於2013-02-28 19:03:12
推送於2025-05-15 16:30:46
最后一次提交
發布數111
最新版本名稱20.1.0 (發布於 )
第一版名稱v0.70.0 (發布於 )
用户参与
星數1.3k
關注者數76
派生數168
提交數3.4k
已啟用問題?
問題數1836
打開的問題數143
拉請求數1544
打開的拉請求數7
關閉的拉請求數182
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?