All Projects → realm → Realm Dotnet

realm / Realm Dotnet

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

Projects that are alternatives of or similar to Realm Dotnet

Realm Cocoa
Realm is a mobile database: a replacement for Core Data & SQLite
Stars: ✭ 14,778 (+1494.17%)
Mutual labels:  sync, database, realtime, mobile
Dayvsnight
DayVsNight - A Xamarin.Forms UI Challenge
Stars: ✭ 112 (-87.92%)
Mutual labels:  xamarin, mobile, xamarin-forms
Realm Core
Core database component for the Realm Mobile Database SDKs
Stars: ✭ 836 (-9.82%)
Mutual labels:  database, realm, mobile
Couchbase Lite Ios
Lightweight, embedded, syncable NoSQL database engine for iOS and MacOS apps.
Stars: ✭ 1,532 (+65.26%)
Mutual labels:  sync, database, mobile
Fusillade
An opinionated HTTP library for Mobile Development
Stars: ✭ 269 (-70.98%)
Mutual labels:  dotnet-core, xamarin, mobile
Realmcontent
Light Realm-powered content management system
Stars: ✭ 237 (-74.43%)
Mutual labels:  sync, realm, realtime
Couchbase Lite Core
Cross-platform C++ core library for Couchbase Lite
Stars: ✭ 187 (-79.83%)
Mutual labels:  sync, database, mobile
Open Source Xamarin Apps
📱 Collaborative List of Open Source Xamarin Apps
Stars: ✭ 318 (-65.7%)
Mutual labels:  xamarin, mobile, xamarin-forms
Brainpowerapp
A visual memory training game, a mobile game made with Xamarin for both Android and IOS .
Stars: ✭ 17 (-98.17%)
Mutual labels:  xamarin, mobile, xamarin-forms
Polygen
PolyGen is a code generator that produces database schema, ORM layer, REST API and a (coming soon — stay tuned!) single-page web UI for your business model.
Stars: ✭ 19 (-97.95%)
Mutual labels:  database, dotnet-core
Docs Archive
Xamarin docs archive
Stars: ✭ 553 (-40.35%)
Mutual labels:  xamarin, xamarin-forms
Xtoolkit.whitelabel
Modular MVVM framework for fast creating powerful cross-platform applications with Xamarin.
Stars: ✭ 22 (-97.63%)
Mutual labels:  xamarin, mobile
Xf Material Library
A Xamarin Forms library for implementing Material Design
Stars: ✭ 537 (-42.07%)
Mutual labels:  xamarin, xamarin-forms
Smarthotel360 Mobile
SmartHotel360 Mobile
Stars: ✭ 535 (-42.29%)
Mutual labels:  xamarin, xamarin-forms
Event Reduce
An algorithm to optimize database queries that run multiple times
Stars: ✭ 589 (-36.46%)
Mutual labels:  database, realtime
Refit
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
Stars: ✭ 5,545 (+498.17%)
Mutual labels:  dotnet-core, xamarin
Mathparser.org Mxparser
Math Parser Java Android C# .NET/MONO (.NET Framework, .NET Core, .NET Standard, .NET PCL, Xamarin.Android, Xamarin.iOS) CLS Library - a super easy, rich and flexible mathematical expression parser (expression evaluator, expression provided as plain text / strings) for JAVA and C#. Main features: rich built-in library of operators, constants, math functions, user defined: arguments, functions, recursive functions and general recursion (direct / indirect). Additionally parser provides grammar and internal syntax checking.
Stars: ✭ 624 (-32.69%)
Mutual labels:  dotnet-core, xamarin
Xamarinmediamanager
Cross platform Xamarin plugin to play and control Audio and Video
Stars: ✭ 647 (-30.2%)
Mutual labels:  xamarin, xamarin-forms
Xamarin.forms.googlemaps
Map library for Xamarin.Forms using Google maps API
Stars: ✭ 483 (-47.9%)
Mutual labels:  xamarin, xamarin-forms
Xamarin.forms
Xamarin.Forms Official Home
Stars: ✭ 5,485 (+491.69%)
Mutual labels:  xamarin, xamarin-forms

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 Supported Platforms sub-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 a few common classes: 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 docs.mongodb.com/realm/dotnet/. The API reference is located at docs.mongodb.com/realm-sdks/dotnet/latest/.

Getting Help

  • Need help with your code?: Look for previous questions on the #realm tag — or ask a new question. You can also check out our Community Forum where general questions about how to do something can be discussed.
  • 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.

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 GitHub packages NuGet feed. To consume the packages, you have two options:

  1. Refer to this guide for instructions on adding custom sources to the NuGet Package Manager.

    • The source URL you need to specify is https://nuget.pkg.github.com/realm/index.json.
    • For username, specify your GitHub username
    • For password, specify an access token with the read:packages scope.

    There is an ongoing thread with the GitHub team to streamline this by not requiring authentication for public packages, but as of Sept. 2020, this is still needed.

  2. Download the package locally and install it.

Building Realm

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

Prerequisites:

  • Visual Studio 2019 Community or above.
  • Building iOS/macOS apps also requires Xcode 8.1 or above.

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 Realm.Fody and Realm
  4. 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 [email protected].

License

Realm .NET and Realm Core are published under the Apache License 2.0.

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].