Extreme.Db.Oracle 3.0.0

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 Extreme.Db.Oracle --version 3.0.0
NuGet\Install-Package Extreme.Db.Oracle -Version 3.0.0
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="Extreme.Db.Oracle" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Extreme.Db.Oracle --version 3.0.0
#r "nuget: Extreme.Db.Oracle, 3.0.0"
#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 Extreme.Db.Oracle as a Cake Addin
#addin nuget:?package=Extreme.Db.Oracle&version=3.0.0

// Install Extreme.Db.Oracle as a Cake Tool
#tool nuget:?package=Extreme.Db.Oracle&version=3.0.0

flexible ORM for Oracle Database
YOKE Db Oracle like ORM, to insert, update, delete, sql command text to List<class>, execute to scalar,  execute any command on oracle, but it not support relational insert.
    - you can view generated sql command and paramerter value by config nlog.
    - you can map dynamic sql command text to class if propperty is missing framework not throw error it is flexible, but framework will log message in warning level.
    - framework auto convert type like NUMBER to int.
    - framework support database link


for contact me please email to yokeyoke-@hotmail.com

framework create for support me when i develop on bad database such flexible database with not have relational or not have normalization. if you working on good database design not use it. i recommend to use EF or other good ORM

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

fix create command