Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).