Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1 KB

File metadata and controls

31 lines (17 loc) · 1 KB

Frends.Oracle.ExecuteQuery

Frends.Oracle.ExecuteQuery Main MyGet GitHub Coverage

Frends task for executing queries 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

dotnet test

Create a NuGet package

dotnet pack --configuration Release