Info
| Version: | 1.0.10 | 
| Author(s): | Pavel Malkov | 
| Last Update: | Friday, November 16, 2012 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | http://lobdb.codeplex.com | 
| NuGet Url: | https://www.nuget.org/packages/lobdb | 
Install
Install-Package lobdb
                        dotnet add package lobdb
                        paket add lobdb
                        
                                lobdb Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
 
                
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.