Dapper support for Oracle providers NuGet Package

Dapper is a great tool if you want to write database-agnostic code.


However, sometimes you need to access functionality that is provider-specific.
This assembly adds support for writing Oracle-specific SQL, that supports all dbtypes used by the Oracle managed provider on a parameter,
supports setting various properties on the command(LOBFetchSize, ArrayBindCount, BindByName), as well as setting CollectionType on the parameter.



Using this package, you can now run stored procedures that returns RefCursor, or use array bind count to execute a sql statements with a array of parameters.




Got any Dapper support for Oracle providers Question?





Info

Version: 2.0.3
Author(s): DIPSAS, epaulsen
Last Update: Friday, June 4, 2021
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/DIPSASA/Dapper.Oracle/
NuGet Url: https://www.nuget.org/packages/Dapper.Oracle


Install
Install-Package Dapper.Oracle
dotnet add package Dapper.Oracle
paket add Dapper.Oracle
Dapper.Oracle Download (Unzip the "nupkg" after downloading)

.NETStandard 2.0 net461 6 packages depend on this package.


Tags



STATS

must-have-score

4

avg-downloads-per-day

105

days-since-last-release

1029