SQLiteFramework 1.0.8
Create Databases and Tables dynamically just by extending SQLiteModel class and applying proper Attributes. No query Generation Whatsoever. It uses MVC Architecture based Approach, And provides a effective way to create persistent Models.
Install-Package SQLiteFramework -Version 1.0.8
dotnet add package SQLiteFramework --version 1.0.8
<PackageReference Include="SQLiteFramework" Version="1.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SQLiteFramework --version 1.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SQLiteFramework, 1.0.8"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Backup and Restore Feature added
Dependencies
-
- System.Data.SQLite (>= 1.0.105.2)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.