RepoDb 1.1.8

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.1.8
NuGet\Install-Package RepoDb -Version 1.1.8
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.1.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RepoDb --version 1.1.8
#r "nuget: RepoDb, 1.1.8"
#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.1.8

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

Why RepoDb

  • Only 30 seconds to Setup.
  • Massive ORM Operation supports.
  • Less Code and Fluent.
  • Dynamic fast-switching for lightweight and massive ORM operations.
  • Seriously fast because of IL programming.
  • Unique and Developer Friendly Expression Tree.

Documentation

Click here for the complete documentation.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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 633 2/26/2024
1.13.1 135,820 3/16/2023
1.13.0 71,052 11/2/2022
1.12.10 305,482 2/18/2022
1.12.9 30,657 9/27/2021
1.12.8 82,256 9/23/2021
1.12.7 169,355 2/6/2021
1.12.6 4,616 1/13/2021
1.12.5 9,693 12/30/2020
1.12.4 68,585 10/3/2020
1.12.3 3,088 9/29/2020
1.12.2 1,326 9/28/2020
1.12.1 1,387 9/25/2020
1.12.0 4,427 9/24/2020
1.3.2-alpha1 295 2/26/2024

[Updates for v1.1.7 and v1.1.8]
     - Supported identity primary key field identification from the database.
     - Fixed the parallelism issues by removing the unnecessary cache classes from the library.
     - Created a customized DataReader object for the BulkInsert operation, for future support for the .Net Core.
     - Introduced the repository Truncate operation.
     - Supported the inline operations for Insert, Merge and Update.
     - Added ConnectionPersistency capability for the repositories.
     - Built on a lower target framework 4.0 for earlier compatibility.
     - Next release is to support the .Net Core.