Info
Version: | 1.2.6 |
Author(s): | Lex Lavnikov |
Last Update: | Wednesday, December 16, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/demigor/lex.db |
NuGet Url: | https://www.nuget.org/packages/Lex.Db |
Install
Install-Package Lex.Db
dotnet add package Lex.Db
paket add Lex.Db
Lex.Db Download (Unzip the "nupkg" after downloading)
Dependencies
5 packages depend on this package.
Tags
Features:
* Async, sync & batch DB operations
* Automatic and manual POCO mapping, PK automatic generation
* No attributes needed
* Supports isolated storage, local app data folders.
* Simple table structures, schema auto-upgrade
* Lazy loading
* Indexing
* Concurrent database access (multiple application instance support incl.
SL OOB).