Executor

[db/sqlite3/Executor]


Executes all queries in the received SQL script.


Keywords: execute, sql, statements, transaction, insert, update, delete

Input ports

  • params: {"dbId": string, "sql": string}

Output ports

  • done: null

  • error: string

Last updated