NuGet Package Dapper support for Oracle providers

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


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

.NETStandard 2.0 net461


Tags



STATS

must-have-score

2.3

avg-downloads-per-day

1

days-since-last-release

1028