How can I ensure one of my variables dosen’t get minified when compiling in `emac`?

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 emac

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?