A C# ORM for .NET and Xamarin applications offering extensive database compatibility and AOT support.
FreeSql is a C# ORM for .NET and Xamarin, notable for being the first ORM with AOT compilation support. It handles data operations like Select, Insert, Update, and Delete, and lets developers use CodeFirst for migrations or DbFirst to generate entities from database schemas.
A C# ORM for .NET and Xamarin applications offering extensive database compatibility and AOT support.
.NET and Xamarin developers needing a flexible ORM for diverse database backends, particularly those requiring AOT compilation or broad database support.