nandemo-ya/SQL Execution Action

An action to easily execute SQL queries in the workflow

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandThe command to run the query. e.g. write or read.yes
engineThe relation database engine name, e.g. sqlite3(default), mysql, postgres, mssql, and duckdb.nosqlite3
datasourceThe datasource string of the relational database. e.g. /path/to/sqlite.db, user:password@tcp(localhost:3306)/dbnameyes
sql-fileThe SQL config string in YAML format.no
sqlThe path of SQL config string file.no
namedescription
query-resultJSON array of query results.