Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realm/realm-dotnet
Realm is a mobile database: a replacement for SQLite & ORMs
https://github.com/realm/realm-dotnet
database dotnet dotnet-core hacktoberfest mobile mobile-database mongodb realm realtime sync xamarin xamarin-forms
Last synced: 1 day ago
JSON representation
Realm is a mobile database: a replacement for SQLite & ORMs
- Host: GitHub
- URL: https://github.com/realm/realm-dotnet
- Owner: realm
- License: apache-2.0
- Created: 2013-02-28T19:03:12.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T17:29:39.000Z (5 months ago)
- Last Synced: 2024-10-29T15:18:30.348Z (4 months ago)
- Topics: database, dotnet, dotnet-core, hacktoberfest, mobile, mobile-database, mongodb, realm, realtime, sync, xamarin, xamarin-forms
- Language: C#
- Homepage: https://realm.io
- Size: 77.5 MB
- Stars: 1,248
- Watchers: 78
- Forks: 164
- Open Issues: 144
-
Metadata Files:
- Readme: Docs/Readme.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Support: SUPPORT.md
Awesome Lists containing this project
- awesome-csharp - Realm Xamarin - A fast, easy-to-use alternative to SQLite & ORMs - https://realm.io/docs/dotnet/latest/ (Database)
- awesome-dotnet-cn - Realm Xamarin - 简单快速的SQLite与ORMs可选替代 - https://realm.io/docs/dotnet/latest/。 (数据库)
- awesome - realm/realm-dotnet - Realm is a mobile database: a replacement for SQLite & ORMs (C\#)
- awesome-dotnet - Realm Xamarin - A fast, easy-to-use alternative to SQLite & ORMs - https://realm.io/docs/dotnet/latest/ (Database)
- awesome-dot-dev - Realm Xamarin - A fast, easy-to-use alternative to SQLite & ORMs - https://realm.io/docs/dotnet/latest/ (Database)
- awsome-dotnet - Realm Xamarin - A fast, easy-to-use alternative to SQLite & ORMs - https://realm.io/docs/dotnet/latest/ (Database)
- awesome-realm - Realm .Net - Realm SDK for DotNet & Unity (<a name="dotnet"> .Net & Unity / <a name="js-libs"></a>Javascript Libraries and Components)
- awesome-xamarin - Realm ★690 - Mobile database that runs directly inside phones, tablets or wearables. (Database)
- awesome-dotnet - Realm Xamarin - A fast, easy-to-use alternative to SQLite & ORMs - https://realm.io/docs/dotnet/latest/ (Database)
README
# Building API reference docs
We're using [DocFX](https://dotnet.github.io/docfx/index.html) to build API reference docs.
## Getting started
Docfx works best on Windows when run from Developer Command Prompt.
1. Run `choco install docfx`.
## Building the docs
1. In `$SolutionDir` run `docfx Docs/docfx.json`.
1. To preview the docs, run `docfx Docs/docfx.json --serve`. To stop serving the docs, type `exit` and press enter (`Ctr+C` doesn't work).