Lex.Db
1.2.2
See the version list below for details.
Install-Package Lex.Db -Version 1.2.2
dotnet add package Lex.Db --version 1.2.2
<PackageReference Include="Lex.Db" Version="1.2.2" />
paket add Lex.Db --version 1.2.2
#r "nuget: Lex.Db, 1.2.2"
// Install Lex.Db as a Cake Addin
#addin nuget:?package=Lex.Db&version=1.2.2
// Install Lex.Db as a Cake Tool
#tool nuget:?package=Lex.Db&version=1.2.2
Superfast, lightweight (~100K), truly cross-platform AnyCPU POCO database for PCL, Universal Apps, Windows Phone 8/8.1, Windows Store 8/8.1, .NET4/4.5+, Silverlight 5, Xamarin.Mono & Xamarin.iOS platforms.
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)
Product | Versions |
---|---|
.NET | net6.0-android |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Silverlight | sl5 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
This package has no dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Lex.Db:
Package | Downloads |
---|---|
AppboyPlatform.Universal.Release
Appboy SDK for Windows Store, Windows Phone 8.1+, and UWP Apps |
|
AppboyPlatform.Phone.Release
Appboy SDK for Windows Phone Apps |
|
AppboyPlatform.Store.Release
Appboy Sdk for Windows Store Apps |
|
FirebaseDatabase.Platform.net
Platform services for FirebaseDatabase.net. |
|
Lex.Db.Sync
Lex DB Sync Framework |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.6 | 11,426 | 12/16/2015 |
1.2.5 | 5,063 | 9/6/2015 |
1.2.4 | 1,831 | 8/6/2015 |
1.2.3 | 1,369 | 4/15/2015 |
1.2.2 | 944 | 4/1/2015 |
1.2.1 | 3,446 | 10/9/2014 |
1.2.0 | 891 | 10/7/2014 |
1.1.7.6 | 1,192 | 8/28/2014 |
1.1.7.5 | 1,295 | 6/26/2014 |
1.1.7.4 | 1,014 | 6/19/2014 |
1.1.7.3 | 970 | 6/19/2014 |
1.1.7.2 | 976 | 6/19/2014 |
1.1.7.1 | 1,336 | 4/26/2014 |
1.1.7 | 947 | 4/26/2014 |
1.1.6.3 | 1,138 | 3/17/2014 |
1.1.6.2 | 1,104 | 3/17/2014 |
1.1.6.1 | 1,292 | 2/15/2014 |
1.1.6 | 1,117 | 2/15/2014 |
1.1.5 | 1,315 | 2/15/2014 |
1.1.4 | 3,800 | 10/7/2013 |
1.1.3 | 1,290 | 3/31/2013 |
1.1.2 | 1,096 | 2/26/2013 |
1.1.1 | 1,121 | 2/26/2013 |
1.1.0 | 1,022 | 1/24/2013 |
1.0.3 | 1,047 | 1/5/2013 |
1.0.2 | 1,033 | 12/21/2012 |
1.0.1 | 999 | 12/16/2012 |
1.0.0 | 995 | 12/7/2012 |
1.2.2
Windows 10 Univeral App Platform support
1.2.1
Xamarin.iOS performance improvements
1.2
Xamarin.iOS support
1.1.7.6
MIT License.
Nuget Xamarin.MonoAndroid support.
SortedSet supported.
1.1.7.5
+ BulkReadAsync/BulkWriteAsync extensions
1.1.7.4
+ Universal Windows Apps
+ PCL support
1.1.7
+ Windows Store 8.1 support
+ Windows Phone 8.1 support
+ Windows Phone RT 8.1 support
1.1.6.3
+ WACK fix
1.1.6
+ Async methods removed from .NET4 & SL5 (include DbTableAsync.cs if you have Microsoft.Bcl.Async dependency, I don't want to bloat your project in case you don't use Async stuff)
1.1.5
+ Performance improvements for Windows 8 (sync IO)
+ Bug fixes
1.1.4
+ Support for ObservableCollection members
+ untyped primary key API
1.1.3
+ Bugfixes
+ WinRT StorageFolder home