Skip to content

Provides the Oracle bindings required for the procedure mapping features of the RECAP framework.

License

Notifications You must be signed in to change notification settings

WKG-Software-GmbH/wkg-entity-framework-core-oracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WKG Entity Framework Core - Oracle Bindings

NuGetNuGet version (Wkg.EntityFrameworkCore.Oracle)NuGet downloads (Wkg.EntityFrameworkCore.Oracle)


Wkg.EntityFrameworkCore.Oracle is a company-internal library that provides Oracle bindings for the Reflective Entity Configuration and Procedure mapping framework (RECAP) provided by the WKG Entity Framework Core package. This library is required to use the procedure mapping features of the RECAP framework with Oracle databases.

As part of our commitment to open-source software, we are making this library available to the public under the GNU General Public License v3.0. We hope that it will be useful to other developers and that the community will contribute to its further development.

⚠️ Warning This package requires the WKG Entity Framework Core package to be installed in your project.

Installation

Install the Wkg.EntityFrameworkCore.Oracle package by adding the following package references to your project file:

<ItemGroup>
    <PackageReference Include="Wkg.EntityFrameworkCore" Version="X.Y.ZA" />
    <PackageReference Include="Wkg.EntityFrameworkCore.Oracle" Version="X.Y.ZB" />
</ItemGroup>

⚠️ Warning Replace X.Y.Z[AB] with the latest stable version available on the nuget feed, where the major version must match the major version of your targeted .NET runtime.

You can find the latest stable version of Wkg.EntityFrameworkCore below:

GitHub (Wkg.EntityFrameworkCore)NuGet version (Wkg.EntityFrameworkCore)

⚠️ Warning Ensure that the major and minor versions of the Wkg.EntityFrameworkCore and Wkg.EntityFrameworkCore.Oracle packages match.

Getting Started

The WKG Entity Framework Core - Oracle Bindings library provides the RECAP bindings for Oracle. For more information on how to use the RECAP framework, please refer to the WKG Entity Framework Core documentation.

For more information on features specific to the Oracle bindings, please refer to the WKG Entity Framework Core - Oracle Bindings documentation.

About

Provides the Oracle bindings required for the procedure mapping features of the RECAP framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages