Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 546 Bytes

File metadata and controls

3 lines (2 loc) · 546 Bytes

SQL Steps and Support Overview

The SQL steps provide a SQL interface to a knexService database. The name of the database last connected through knexService will be in the universe property currentDatabase. The associated connection is used for the SQL steps. The result of the SQL query step is stashed in _sqlResponsePromise. The response steps react to the result of the _sqlResponsePromise. In particular the matchPattern response function passes SQL result to the specified lodash-match-pattern template.