So...I am modifying sql.js. In this project I am trying to export a function / object I created and somehow the name gets minified when I compile with emcc
The Database
that sql.js
exports does not get minified. How might I be able to modify this project such that my object name does not get modified and I can use it later?