JaneaSystems / nodejs-mobile-samples

Repository for demo applications that use Node.js on Mobile
MIT License
168 stars 111 forks source link

store to a db file #19

Closed export-mike closed 2 years ago

export-mike commented 4 years ago

I want to be able to do this^ but store the data for offline use later on. memory isn't really that useful added a db file name and set : sqlite3.OPEN_READWRITE | sqlite3.OPEN_CREATE

export-mike commented 2 years ago

no longer relevant to me, had some issues with the sqlite binaries being compiled in a strange way preventing upload via the rest api fastlane uses to upload ipa files