I am trying to create a cloning script that will copy a users data from production or staging to development environment, without dumping to a file and importing that file.
I am using Node and Javascript.
I started out trying just to use regular quer...