Skip to main content
NReco.Data package icon

NReco.Data

Fast lightweight data access library for .NET Core (micro-ORM): simple API for CRUD operations, dynamic queries, SQL commands generation (command builder), abstract queries that have simple string representation + parser, schema-less data access, flexible query results mapping to annotated POCO models, app-level data views, RecordSet structure (replacement for DataTable). Try out NReco.Data if you're looking for Dapper alternative with abstract queries and automated SQL generation.

Total Downloads
149.1K
149,065
Published
Jun 25, 2020
Latest stable version

Install

.NET CLI
dotnet add package NReco.Data --version 1.2.2
Package Manager Console
Install-Package NReco.Data -Version 1.2.2
PackageReference
<PackageReference Include="NReco.Data" Version="1.2.2" />

Frameworks

.NETFramework4.5 .NETStandard2.0

Dependencies

[4.4.0, )

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 2 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.