Azure extensions for RethinkDB.
The RethinkDB extension for Azure Functions supports trigger, input and output bindings.
The extension NuGet package you need to install depends on both the runtime version and C# execution mode you're using in your function app.
Install the RethinkDb.Azure.WebJobs.Extensions NuGet package.
> dotnet add package RethinkDb.Azure.WebJobs.Extensions
Install the RethinkDb.Azure.Functions.Worker.Extensions NuGet package.
> dotnet add package RethinkDb.Azure.Functions.Worker.Extensions
The documentation is available here.
The project repository contains the following demos:
My blog and open source projects are result of my passion for software development, but they require a fair amount of my personal time. If you got value from any of the content I create, then I would appreciate your support by sponsoring me (either monthly or one-time).
Copyright © 2018 - 2024 Tomasz Pęczek
Licensed under the MIT License