jsonschema2db
jsonschema2db copied to clipboard
dry_run option
I would like to have a dry_run parameter for create_tables insert_items that just prints out the statements without actually executing them. Default can be False (meaning the statements will be executed).
Of course you can leave that to the user to drop the transaction by not committing, but that can be confusing.
makes sense, feel free to give it a shot!