Skip to main content
ServiceStack.OrmLite package icon

ServiceStack.OrmLite

Common library for the Light, simple and fast convention-based code-first POCO, OrmLite. 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.

Total Downloads
11.6M
11,600,550
Published
Dec 2, 2025
Latest stable version

Install

.NET CLI
dotnet add package ServiceStack.OrmLite --version 10.0.0
Package Manager Console
Install-Package ServiceStack.OrmLite -Version 10.0.0
PackageReference
<PackageReference Include="ServiceStack.OrmLite" Version="10.0.0" />

Frameworks

.NETFramework4.7.2 net6.0 net8.0 net10.0

Dependencies

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 4 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.