OracleEFTools is a .NET library designed to simplify access to Oracle stored procedures from Entity Framework Core (EF Core). This tool provides a streamlined way to interact with Oracle databases, making it easier to work with complex stored procedures and integrate them into your EF Core workflow. Features Simplify the process of calling Oracle stored procedures from your EF Core application. Automatically handles input and output parameters. Fully supports asynchronous operations.
$ dotnet add package OracleEFTools