RepoDb 1.9.4

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package RepoDb --version 1.9.4
NuGet\Install-Package RepoDb -Version 1.9.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RepoDb" Version="1.9.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RepoDb --version 1.9.4
#r "nuget: RepoDb, 1.9.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RepoDb as a Cake Addin
#addin nuget:?package=RepoDb&version=1.9.4

// Install RepoDb as a Cake Tool
#tool nuget:?package=RepoDb&version=1.9.4

Highlight

  • RepoDb is the fastest and the most efficient .NET ORM Library (in set-fetches) as per the result of RawDataAccessBencher.

Why RepoDb

  • It is very fast in fetching data.
  • It is very efficient in memory usage.
  • It is extensible.
  • It is easy to switch between lightweight and massive operations.
  • It is fluent and clean.
  • It supports multi-resultset query.
  • It has massive ORM operations.
  • It support Async operations.
  • It is easy to write RawSql statements.
  • It has Linq Expressions.
  • It supports dynamic variable passing.
  • It has database helpers.
  • It has a tracing capability.
  • It is easy to cache the data.
  • It has a dynamic type mapping.
  • It support query hints.
  • It has abstracted the ADO.Net transaction.
  • It is always free!

Documentation

Project

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (17)

Showing the top 5 NuGet packages that depend on RepoDb:

Package Downloads
RepoDb.SqlServer The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A hybrid .NET ORM library for SQL Server.

RepoDb.SqlServer.BulkOperations The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

An extension library that contains the official Bulk Operations of RepoDb for SQL Server.

RepoDb.PostgreSql The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A hybrid .NET ORM library for PostgreSQL.

RepoDb.MySql The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A hybrid .NET ORM library for MySQL (using MySql.Data).

RepoDb.PostgreSql.BulkOperations The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

An extension library that contains the official Bulk Operations of RepoDb for PostgreSQL.

GitHub repositories (6)

Showing the top 5 popular GitHub repositories that depend on RepoDb:

Repository Stars
mikependon/RepoDB
A hybrid ORM library for .NET.
itlibrium/DDD-starter-dotnet
Sample implementation and comparison of various approaches to building DDD applications. Useful as a baseline to quickly start a DDD dot net project.
TortugaResearch/DotNet-ORM-Cookbook
This repository is meant to show how to perform common tasks using C# with variety of ORMs.
bcssov/IronyModManager
Mod Manager for Paradox Games. Official Discord: https://discord.gg/t9JmY8KFrV
FransBouma/RawDataAccessBencher
Bench code which tests entity materialization speed of various .NET data access / ORM implementations
Version Downloads Last updated
1.13.2-alpha1 655 2/26/2024
1.13.1 137,963 3/16/2023
1.13.0 71,140 11/2/2022
1.12.10 306,582 2/18/2022
1.12.9 30,673 9/27/2021
1.12.8 82,481 9/23/2021
1.12.7 169,523 2/6/2021
1.12.6 4,628 1/13/2021
1.12.5 9,697 12/30/2020
1.12.4 68,726 10/3/2020
1.12.3 3,092 9/29/2020
1.12.2 1,326 9/28/2020
1.12.1 1,387 9/25/2020
1.12.0 4,430 9/24/2020
1.3.2-alpha1 295 2/26/2024

RepoDb v1.9.4:
     - [Note] This version is the first ever version release with complete features. The next version will be only be bug-fixes from this version (if we found some).
     - [Core] Introduce 'UpdateMultiple', different from 'UpdateAll'. #94
     - [Core] Introduce the 'UpdateAll' via 'PrimaryKey'. #93
     - [Core] Introduce Query and QueryAsync Table-Based Calls #176
     - [Core] Introduce QueryAll and QueryAllAsync Table-Based Calls #221
     - [Core] Introduce BatchQuery, BatchQueryAsync Table-Based Calls #175
     - [Core] Create an IL and Compiled Expressions for Update, Merge, Insert and InsertAll Parameter Passing #197
     - [Core] Introduce the 'InsertMultiple', different from 'InsertAll'. #92
     - [Core] Add ExecutionContext Cache for Insert. #205
     - [Core] Add ExecutionContext Cache for Merge. #206
     - [Core] Add ExecutionContext Cache for Update. #208
     - [Core] Add ExecutionContext Cache for UpdateAll. #209
     - [Core] Add ExecutionContext Cache for MergeAll. #207
     - [Core] Re-enable the operation for UPDATE via DataEntity object. #188
     - [Performance] Create a cached Expression when setting back the PrimaryKey values in Insert and InsertAll. #211
     - [Test] Add extensive IntegrationTests for type CRUD via TableName Calls. #222
     - [Test] Insert via TableName using Dynamic object with Invalid Column Casing #223
     - [Test] Add more IntegrationTest for UpdateAll. #231
     - [Test] Add UnitTest for MergeAll ITrace object. #240
     - [Test] Added more extensive IntegrationTests for MergeAll operation. #242
     - [Test] Add UnitTest for UpdateAll (IStatementBuilder, ITrace, QueryBuilder) #230
     - [Test] Add 'UnitTest' for 'InsertAll'. #214
     - [Bug] The version 1.9.2 is an (untagged) pre-release version. The Id property is failing on Insert if the Data Type is not long #215
     - [Bug] Insert via TableName using Dynamic object with Invalid Column Casing #223
     - [Bug] [Core] Insert is failing for non-null (non-table) properties (XJNEN) #212
     - [Bug] DbHelper: Script execution security related issue in the company (XJNEN) #229
     - [Bug] Expression based using the 'ToList().Contains()' is failing. But the 'ToArray().Contains()' is working. XJNEN #233
     - [Adhoc] Call the 'AsList()' method when calling the 'QueryGroup.GetString()' method. Support the case of XJNEN #228
     - [Adhoc] Reviewed BaseRepository, DbRepository, DbConnection Async/Await Keywords
     - [Adhoc] Reviewed UnitTests for the ITrace (BaseRepository, DbRepository, DbConnection)
     - [Adhoc] Convert all Mappers to become a Resolvers by implementing the IResolver interface. #227
     - [Adhoc] Remove all MapItem Classes from the Mappers. #226
     - [Removed] TypeMapItem Class
     - [Removed] DbIdentityCache Class