简化数据库交互和数据持久化的高性能 C# 和 .NET 对象关系映射 (ORM) 框架。
Fast, Simple, Typed ORM for .NET
ServiceStack OrmLite is a lightweight .NET ORM that maps plain POCOs to database tables without imposing persistence concerns on your domain objects, which directly follows the Data Mapper pattern for clean architecture projects; it supports LINQ, fluent configuration, multiple providers, and basic migration, though it lacks built-in lazy loading and identity map.