Frends task for executing queries in Oracle database.
You can install the task via FRENDS UI Task View or you can find the NuGet package from the following NuGet feed.
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