Info
Version: | 0.9.6 |
Author(s): | Paul C Smith |
Last Update: | Friday, May 6, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/piranout/Funcular.DataProviders |
NuGet Url: | https://www.nuget.org/packages/Funcular.DataProviders |
Install
Install-Package Funcular.DataProviders
dotnet add package Funcular.DataProviders
paket add Funcular.DataProviders
Funcular.DataProviders Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.0.0)
- Funcular.IdGenerators(>= 2.5.0)
- EFUtilities(>= 1.0.1)
•Automatically scans assemblies in your AppDomain for configurable entities
•No EDMXs
•Sets up a SQL Server context with no configuration but a connection string
•Does not require you to manually add entity types to your DbSet
•By default, picks up any classes derived from EntityTypeConfiguration
•One line of code—a predicate—specifies which Types from your assembly are entities
Currently supports SQL Server; eventually will handle MongoDB and other underlying stores.