Info
Version: | 5.4.1 |
Author(s): | ServiceStack |
Last Update: | Tuesday, March 19, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ServiceStack/ServiceStack.OrmLite |
NuGet Url: | https://www.nuget.org/packages/ServiceStack.OrmLiteEx |
Install
Install-Package ServiceStack.OrmLiteEx
dotnet add package ServiceStack.OrmLiteEx
paket add ServiceStack.OrmLiteEx
ServiceStack.OrmLiteEx Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- ServiceStack.Common(>= 5.4.1)
- System.Memory(>= 4.5.2)
- ServiceStack.Common(>= 5.4.1)
- System.Collections.NonGeneric(>= 4.3.0)
- System.ComponentModel.Annotations(>= 4.5.0)
- System.ComponentModel.Primitives(>= 4.3.0)
- System.Data.SqlClient(>= 4.6.0)
- System.Dynamic.Runtime(>= 4.3.0)
- System.Memory(>= 4.5.2)
- 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.