how to turn off transactions during knex migrations

C++
# use this package: yarn global add knex-migrate or npm install -g knex-migrate
knex-migrate up --raw
# the raw option disables transactions
Source

Also in C++: