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 |
Install
Install-Package ServiceStack.OrmLite
dotnet add package ServiceStack.OrmLite
paket add ServiceStack.OrmLite
ServiceStack.OrmLite Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- ServiceStack.Common(>= 5.10.4)
- System.Memory(>= 4.5.4)
- ServiceStack.Common(>= 5.10.4)
- System.Collections.NonGeneric(>= 4.3.0)
- System.ComponentModel.Annotations(>= 4.7.0)
- System.ComponentModel.Primitives(>= 4.3.0)
- System.Dynamic.Runtime(>= 4.3.0)
- System.Memory(>= 4.5.4)
- System.Reflection.Emit(>= 4.3.0)
- System.Reflection.Emit.Lightweight(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.5.0)
- System.Xml.XmlDocument(>= 4.3.0)
Tags
Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs.
OrmLite is a suite extension methods on ADO.NET's underlying IDbConnection providing DRY, typed access for common data usage patterns that map to clean, simple POCOs.
Great support for testing where OrmLite methods can be mocked.