Info
Version: | 8.4.0 |
Author(s): | ServiceStack |
Last Update: | Wednesday, September 11, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ServiceStack/ServiceStack |
NuGet Url: | https://www.nuget.org/packages/ServiceStack.OrmLite.Sqlite.Windows |
Install
Install-Package ServiceStack.OrmLite.Sqlite.Windows
dotnet add package ServiceStack.OrmLite.Sqlite.Windows
paket add ServiceStack.OrmLite.Sqlite.Windows
ServiceStack.OrmLite.Sqlite.Windows Download (Unzip the "nupkg" after downloading)
Dependencies
- ServiceStack.OrmLite(>= 5.10.4)
- ServiceStack.Common(>= 5.10.4)
- System.Data.SQLite.Core(>= 1.0.113.7)
Tags
Light, simple and fast convention-based code-first POCO ORM for SQLite.
Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in SQLite.