This document covers the runtime environment, database support, and installation methods for LiteOrm.
.NET 8.0+.NET Standard 2.0 (compatible with .NET Framework 4.6.1+)Autofac.Extensions.DependencyInjection, Autofac.Extras.DynamicProxy, Castle.CoreFor older database versions where default pagination syntax is incompatible, refer to Custom Paging and Custom SqlBuilder / Dialect Extension.
dotnet add package LiteOrm
RegisterLiteOrm() during host startup.SearchAsync, InsertAsync, and other APIs to complete the first example.