Connectors

Connectors in Stadium are used to join your application together with other services or datasources. For example, create a connector to communicate with a database or to read or write files to the file system. The following connectors are available:


Database

Use this to connect to your databases and run queries or stored procedures.


File System

Add a working folder to your application. This connector connects to a folder on your local harddisk or to a network folder and allows your application to read/write/delete a file from that specific folder or subfolders within it.


Web Service

Use this connector to consume RESTful web services.

Last updated