Connectors SDK

Skyvia allows connecting to data sources that are not yet natively supported via the following connectors:

  • REST Connector allows connecting to data sources that have REST API. You need to define the provider configuration and metadata of objects and stored procedures, available via REST API of the data source.
  • GraphQL Connector allows connecting to data sources that have GraphQL API. You need to define the provider configuration and metadata of objects and stored procedures, available via GraphQL API.
  • SDK Connector allows connecting to any data sources via custom providers, implemented in .NET.