.NET Transactional Document DB and Event Store on PostgreSQL.
Info
Version: | 7.29.0 |
Author(s): | Jeremy D. Miller, Babu Annamalai, Oskar Dudycz, Joona-Pekka Kokko |
Last Update: | Thursday, September 26, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://martendb.io/ |
NuGet Url: | https://www.nuget.org/packages/Marten |
Install
Install-Package Marten
dotnet add package Marten
paket add Marten
Marten Download (Unzip the "nupkg" after downloading)
Dependencies
- Baseline(>= 2.1.0)
- BaselineTypeDiscovery(>= 1.1.0)
- LamarCodeGeneration(>= 2.4.0)
- LamarCompiler(>= 2.3.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.0.0 && < 6.0.0)
- Newtonsoft.Json(>= 11.0.2)
- Npgsql(>= 4.1.4 && < 4.2.0)
- Npgsql.Json.NET(>= 4.1.4 && < 4.2.0)
- Remotion.Linq(>= 2.2.0)
- System.Memory(>= 4.5.3)
- System.Reflection.Emit.Lightweight(>= 4.7.0)
- System.Threading.Tasks.Dataflow(>= 4.10.0)