Extreme.Db.Oracle
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
Install-Package Extreme.Db.Oracle -Version 3.0.0
dotnet add package Extreme.Db.Oracle --version 3.0.0
<PackageReference Include="Extreme.Db.Oracle" Version="3.0.0" />
paket add Extreme.Db.Oracle --version 3.0.0
Release Notes
fix create command
Dependencies
-
- AutoMapper (>= 4.1.1)
- NLog (>= 4.2.0)
- Oracle.ManagedDataAccess (>= 12.1.2400)
- YOKE.Extreme.Db (>= 3.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.