SQL Connector
The Sequence SQL Connector allows users to connect to SQL databases and manipulate tables.
This connector has Steps to:
- Build connection strings
- Create tables
- Insert entities into tables as rows
- Read entities from tables
- Run arbitrary queries
The following flavors of SQL are supported
SCL examples available here.
Source code available on GitLab.