NuoDb database provider for Entity Framework Core. This package does not include a copy of the native NuoDb library.
$ dotnet add package NuoDb.EntityFrameworkCore.NuoDbThis is the official NuoDB .NET driver. It is no longer actively supported by NuoDB. The driver will be updated and tested periodically.
The .NET and .Net Core distribution for Windows is provided as part of the official NuGet package at https://www.nuget.org/packages/NuoDb.EntityFrameworkCore.NuoDb/
Linux is fully supported through .NET. The driver can be built and run natively on Linux without Mono.
To build the driver on Linux:
The CircleCI file contains the complete and tested build process for Linux environments.