我正在使用 HTML5 和 Javascript 开发 windows8 应用程序。我正在使用由 GIT HUB https://github.com/doo/SQLite3-WinRT提供的 SQLite3-WinRT 数据库插件。
我已经成功地将插件集成到我的应用程序中,并且它的工作方式很迷人,现在的问题是我想更改数据库路径
var dbPath = Windows.Storage.ApplicationData.current.localFolder.path + '\\database.sqlite';
至
var dbPath = \pages\js\ + '\\database.sqlite';