NativeData is an AOT-first ORM foundation for .NET with provider-agnostic runtime contracts and source-generation-oriented architecture.
$ dotnet add package NativeData.AbstractionsDefines the core contracts and primitives used across NativeData runtime and providers.
IRepository<T>, ICommandExecutor, IDbConnectionFactory)IEntityMap<T>, ISqlDialect)SqlParameterValue, NativeDataEntityAttribute)dotnet build src/NativeData.Abstractions/NativeData.Abstractions.csproj
This project is packable and published as a NuGet package.