FaunaDB integration
FaunaDB is a serverless, document-oriented database for modern applications.
To integrate Fauna to Windmill, you need to save the following elements as a resource.
Property | Type | Description | Default | Required | Where to Find |
---|---|---|---|---|---|
region | string | Region of your database (us, eu, classic). More info | true | FaunaDB Dashboard > Database Settings | |
secret | string | FaunaDB secret key for authentication | true | FaunaDB Dashboard > Security > Manage API Keys > New Key |
Your resource can be used passed as parameters or directly fetched within scripts, flows and apps.
Example of a Supabase resource being used in two different manners from a script in Windmill.