Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
                        Entity Framework Core Tutorial: https://entityframeworkcore.com/
                        Entity Framework 6 Tutorial: https://entityframework.net/
                    Info
| Version: | 1.7.0.36 | 
| Author(s): | Marc Sallin | 
| Last Update: | Friday, February 23, 2024 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/msallin/SQLiteCodeFirst | 
| NuGet Url: | https://www.nuget.org/packages/SQLite.CodeFirst | 
Install
Install-Package SQLite.CodeFirst
                        dotnet add package SQLite.CodeFirst
                        paket add SQLite.CodeFirst
                        
                                SQLite.CodeFirst Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETFramework 4.0 
                                        
                    - EntityFramework(>= 6.4.4)
- EntityFramework(>= 6.4.4)
- EntityFramework(>= 6.4.4)
Tags
 
                
This Project ships several IDbInitializer which creates a new SQLite Database, based on your model/code.