Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.06 KB

File metadata and controls

33 lines (18 loc) · 1.06 KB

Frends.Oracle.ExecuteProcedure

Frends.Oracle.ExecuteProcedure Main MyGet GitHub Coverage

Frends Task for executing stored procedures in Oracle database.

Installing

You can install the Task via Frends UI Task View or you can find the NuGet package from the following NuGet feed.

Building

Clone a copy of the repo

git clone https://github.com/FrendsPlatform/Frends.Oracle.git

Rebuild the project

dotnet build

Run tests

run docker engine

dotnet test

Create a NuGet package

dotnet pack --configuration Release