NMemory 3.1.2
NMemory is a lightweight non-persistent in-memory relational database engine that is purely written in C# and can be hosted by .NET applications. It supports traditional database features like indexes, foreign key relations, transaction handling and isolation, stored procedures, query optimization.
Install-Package NMemory -Version 3.1.2
dotnet add package NMemory --version 3.1.2
<PackageReference Include="NMemory" Version="3.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NMemory --version 3.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NMemory, 3.1.2"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install NMemory as a Cake Addin
#addin nuget:?package=NMemory&version=3.1.2
// Install NMemory as a Cake Tool
#tool nuget:?package=NMemory&version=3.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.0
- System.Reflection.Emit.Lightweight (>= 4.3.0)
Used By
NuGet packages (6)
Showing the top 5 NuGet packages that depend on NMemory:
Package | Downloads |
---|---|
Effort.EF6
Effort is basicly an ADO.NET provider that executes all the data operations on a lightweight in-process main memory database instead of a traditional external database. It provides some intuitive helper methods too that make really easy to use this provider with existing ObjectContext or DbContext classes. A simple addition to existing code might be enough to create data driven unit tests that can be run without the presence of the external database.
|
|
Effort
Effort is basicly an ADO.NET provider that executes all the data operations on a lightweight in-process main memory database instead of a traditional external database. It provides some intuitive helper methods too that make really easy to use this provider with existing ObjectContext or DbContext classes. A simple addition to existing code might be enough to create data driven unit tests that can be run without the presence of the external database.
|
|
Z.EntityFramework.Classic.Effort
Effort is basicly an ADO.NET provider that executes all the data operations on a lightweight in-process main memory database instead of a traditional external database. It provides some intuitive helper methods too that make really easy to use this provider with existing ObjectContext or DbContext classes. A simple addition to existing code might be enough to create data driven unit tests that can be run without the presence of the external database.
|
|
Effort.EF6.WithHierarchyId
Effort is basicly an ADO.NET provider that executes all the data operations on a lightweight in-process main memory database instead of a traditional external database. It provides some intuitive helper methods too that make really easy to use this provider with existing ObjectContext or DbContext classes. A simple addition to existing code might be enough to create data driven unit tests that can be run without the presence of the external database.
|
|
Bardock.Utils.Data.EF.SqlServer
SqlServer (Entity Framework) utilities
|
GitHub repositories (7)
Showing the top 5 popular GitHub repositories that depend on NMemory:
Repository | Stars |
---|---|
zzzprojects/EntityFramework-Plus
Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more
|
|
Jimmey-Jiang/ABP-ASP.NET-Boilerplate-Project-CMS
ABP module-zero +AdminLTE+Bootstrap Table+jQuery+Redis + sql server+quartz+hangfire权限管理系统
|
|
zzzprojects/EntityFramework.DynamicFilters
Global filtering for Entity Framework.
|
|
zzzprojects/EntityFramework-Effort
Entity Framework Effort is a powerful tool that enables a convenient way to create automated tests for Entity Framework based applications.
|
|
aspnetboilerplate/eventcloud
Sample SaaS (Multi Tenant) Event Management Application
|
Version History
Version | Downloads | Last updated |
---|---|---|
3.1.2 | 8,593 | 3/3/2021 |
3.1.1 | 273,350 | 3/23/2020 |
3.1.0 | 755,224 | 3/9/2019 |
3.0.2 | 43,279 | 1/11/2019 |
3.0.1 | 100,922 | 12/18/2018 |
3.0.0 | 114,659 | 11/8/2018 |
2.0.4 | 56,705 | 9/27/2018 |
2.0.3 | 71,813 | 8/28/2018 |
2.0.2 | 1,800 | 8/22/2018 |
2.0.1 | 4,808 | 7/12/2018 |
2.0.0 | 898 | 7/12/2018 |
1.1.2 | 789,396 | 11/3/2015 |
1.1.1 | 2,548 | 10/22/2015 |
1.1.0 | 1,024,160 | 3/20/2015 |
1.0.1 | 316,737 | 10/24/2014 |
1.0.0 | 40,050 | 6/9/2014 |