I want use this module: https://github.com/bolav/fuse-sqlite
I installed this using fusepm but there is some issues when use: var sqlite = require(‘SQLite’);
<Error message: Uncaught require(): module not found: SQLite>
My unoproj file:
{
"Packages": [
"Fuse",
"FuseJS",
"Fuse.GeoLocation",
"Fuse.Maps"
],
"Projects": [
"Dialogs/Fuse.Dialogs.unoproj",
"fuse_modules/bolav/fuse-sqlite/sqlite_include.unoproj"
],
"Includes": [
"HidingPanel.ux:UXFile",
"MainView.ux:UXFile",
"Resources.ux:UXFile",
"StateAnimation.ux:UXFile",
"*",
"Modules/*.js/Bundle",
],
"Android": {
"Geo": {
"ApiKey": "AIzaSyApfHTJfXii5QrB3IpPIfPXFte-FB68FWY"
},
"Icons": {
"LDPI": "Pages/Icons/icons/ldpi.png",
"MDPI": "Pages/Icons/icons/mdpi.png",
"HDPI": "Pages/Icons/icons/hdpi.png",
"XHDPI": "Pages/Icons/icons/xhdpi.png",
"XXHDPI": "Pages/Icons/icons/xxhdpi.png",
"XXXHDPI": "Pages/Icons/icons/xxxhdpi.png"
}
},
"Excludes": [
"fuse_modules/"
],
"FusePM": {
"Dependencies": [
"https://github.com/bolav/fuse-sqlite"
]
}
}