Is there a way to test a SQLite database outside of an application with this package? I tried a simple setup, but i kept running into a `TypeError: cannot read property open of undefined` error. So I guess my question is, how can I use this module's methods to connect to a local SQLite database in order to do some tests?