runRemixDb
Summary
Runs a data-table database command from structured invocation options.
Signature
function runRemixDb(options: RunRemixDbOptions): Promise<number>
Parameters
options
Database command and application database values.
Returns
The exit code the host CLI should use. Always resolves 0;
command failures throw.