Lex.Db
1.2.6
dotnet add package Lex.Db --version 1.2.6
NuGet\Install-Package Lex.Db -Version 1.2.6
<PackageReference Include="Lex.Db" Version="1.2.6" />
paket add Lex.Db --version 1.2.6
#r "nuget: Lex.Db, 1.2.6"
// Install Lex.Db as a Cake Addin #addin nuget:?package=Lex.Db&version=1.2.6 // Install Lex.Db as a Cake Tool #tool nuget:?package=Lex.Db&version=1.2.6
Superfast, lightweight (~100K), truly cross-platform AnyCPU POCO database for PCL, UWP Windows 10/Windows 8.1, WinPhone 8/8.1, .NET4/4.5/4.6, SL5, Xamarin.Android & 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 Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android was computed. net7.0-android was computed. net8.0-android was computed. |
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid is compatible. |
MonoTouch | monotouch is compatible. |
Silverlight | sl5 is compatible. |
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
Windows Phone | wp8 is compatible. wp81 is compatible. |
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 | 15,243 | 12/16/2015 |
1.2.5 | 6,501 | 9/6/2015 |
1.2.4 | 2,660 | 8/6/2015 |
1.2.3 | 2,228 | 4/15/2015 |
1.2.2 | 1,784 | 4/1/2015 |
1.2.1 | 4,867 | 10/9/2014 |
1.2.0 | 1,748 | 10/7/2014 |
1.1.7.6 | 2,160 | 8/28/2014 |
1.1.7.5 | 2,268 | 6/26/2014 |
1.1.7.4 | 1,884 | 6/19/2014 |
1.1.7.3 | 1,869 | 6/19/2014 |
1.1.7.2 | 1,888 | 6/19/2014 |
1.1.7.1 | 2,257 | 4/26/2014 |
1.1.7 | 1,839 | 4/26/2014 |
1.1.6.3 | 1,988 | 3/17/2014 |
1.1.6.2 | 2,051 | 3/17/2014 |
1.1.6.1 | 2,238 | 2/15/2014 |
1.1.6 | 2,014 | 2/15/2014 |
1.1.5 | 2,219 | 2/15/2014 |
1.1.4 | 6,544 | 10/7/2013 |
1.1.3 | 2,161 | 3/31/2013 |
1.1.2 | 1,993 | 2/26/2013 |
1.1.1 | 2,051 | 2/26/2013 |
1.1.0 | 1,940 | 1/24/2013 |
1.0.3 | 4,265 | 1/5/2013 |
1.0.2 | 1,917 | 12/21/2012 |
1.0.1 | 1,864 | 12/16/2012 |
1.0.0 | 1,869 | 12/7/2012 |
1.2.6
Windows 10 UWP .NET Native fix
1.2.5
Windows 10 UWP fix
1.2.4
Windows 10 WACK fix
1.2.3
Bugfixes (compiled again with VS2013)
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.Android 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