lobdb 1.0.10

dotnet add package lobdb --version 1.0.10
NuGet\Install-Package lobdb -Version 1.0.10
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="lobdb" Version="1.0.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add lobdb --version 1.0.10
#r "nuget: lobdb, 1.0.10"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install lobdb as a Cake Addin
#addin nuget:?package=lobdb&version=1.0.10

// Install lobdb as a Cake Tool
#tool nuget:?package=lobdb&version=1.0.10

The main idea of the LoBDb.NET project is to complement the functionality of existing DBMS to some common programming interface that can be accessed with those SQL operators that are implemented identically in all database management products, namely Insert/Select/Update/Delete operators as well as the mechanism of invoking stored procedures.
The functionality of a smart database consists of different areas. First of all, LoBDb.NET database stores a physical data model that describes a set of user-defined tables, their columns and indexes.
Secondly, a LoBDb.NET database provides a one-stage recycle bin that helps administrators restoring deleted records.
Thirdly, the platform provides a built-in security model that controls the data access.
Fourthly, LoBDb.NET extends many built-in DBMS column types.
Fifthly, each user-defined table contains a set of system columns storing such information as the record creation date and time, the record owner etc.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.10 2,002 11/16/2012
1.0.9 1,353 9/27/2012
1.0.8 1,256 7/27/2012