Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanheath/RavenDB-NodaTime
Noda Time support for RavenDB
https://github.com/ryanheath/RavenDB-NodaTime
Last synced: 5 days ago
JSON representation
Noda Time support for RavenDB
- Host: GitHub
- URL: https://github.com/ryanheath/RavenDB-NodaTime
- Owner: ryanheath
- License: other
- Created: 2013-07-22T18:09:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T17:59:20.000Z (9 months ago)
- Last Synced: 2024-04-26T09:20:25.876Z (7 months ago)
- Language: C#
- Size: 452 KB
- Stars: 20
- Watchers: 3
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Noda Time support for RavenDB [![NuGet Version](https://img.shields.io/nuget/v/RavenDB.Client.NodaTime.svg?style=flat)](https://www.nuget.org/packages/RavenDB.Client.NodaTime/)
=============================This is a custom extension for RavenDB.
It allows you to use data types from [Noda Time](http://www.nodatime.org), such as `Instant`, `LocalDateTime`, and others.
Specifically, it enables you to use these types directly in your domain entities, which get serialized into RavenDB documents.[Full documentation is available here](https://github.com/mj1856/RavenDB-NodaTime/wiki).