Skip to main content
Version: v0.16.0

Sql Steps

StepSummary
CreateMsSQLConnectionStringCreates an MSSQL connection string
CreateMySQLConnectionStringCreate a database connection string for a MySQL database.
CreatePostgresConnectionStringCreates a PostgreSQL connection string
OpenConnectionOpen a new connection to a database.
SqlCommandExecutes a Sql command
SqlCreateSchemaFromTableCreates a Schema entity from a SQL table
SqlCreateTableCreate a SQL table from a given schema
SqlInsertInserts data into a SQL table
SqlQueryExecutes a SQL query and returns the result as an entity stream.