SQlite Database in Visual Studio 2019 | Entity Framework Core



SQlite Database in Visual Studio 2019 | Entity Framework Core

SQlite Database in Visual Studio 2019 | Entity Framework Core

SQlite Database in Visual Studio 2019 | Getting Started
Sqlite is relational database management system which is contained in the a c library. SQlite is not a client-server database but rather embedded into the end program.
SQlite is a popular choice as ambedded database software for localclient sotrage in application software such as web browser, mobile phone applications, desktop applications etc. SQlite is aguably the most widely deployed database engine. It also has bindings to many programming languages such as C# which we will look at in this video.
SQLITE EF CORE DATABASE PROVIDER:
This database provider allows entity framework core to be used with SQlte and this is also maintained as part of the Entity Framework Core stack.