* Remove sql-action dependency from sql-cli The CLI only uses the basic formatter in sql-action but without touching the serialization or response items from it. Extract just the formatting bits into ...
I'm trying to chunk queries into batches so that I can be under the 35kb limit. In doing so, I ran into an error TypeError: sql.trim is not a function, but I'm not ...