@george@patrick Sorry to interrupt your weekend. but I need your help
I am currently using SQLlite in my mobile project. (I thought it was working because I saw the SQL lite link in mobile apps, but this feature has not been implemented to wappler yet.)
I have come a long way in the project now and I am having problems with the project because SQL lite is not working. I manually added the data to sqllite, but I need to use the data with wappler.
In short, I need to be able to list the data in the sqllite database with wappler. I need your support for this.
thank you george. I’ll try to add it manually with javascript. We already have a powerful feature like flow. I guess I can handle this by using this and javascript functions. I may just need a simple function that I can fetch sqlite rows in the wappler repeater. Is there an example or can you give me?
Hey @George Any update on timing for this? I am deciding how to allow for a mobile app offline experience (data and images) and using flows and sqlite would certainly be a nice option. I'm envisioning updating a local sqlite db with the most recent data from standard server connects when connected to the network, and then using the local db from that point forward.
Also seems like sqlite could be added as a front end data source for repeats, etc. much like the json datasource component.
Agreed, but since the team has already done half of this (adding sqlite to the project settings of a mobile app) it seems like it should be turned into something useable.
So should we be supporting the old Cordova plugins and eventually move to Capacitor as well and go and support their plugins? But then you will also have to convert from old Cordova plugins to new capacitors…
Or should we just add Capacitor and support for its plugins directly …
Maybe you can try capacitor and share your experiences with it.
Doesn’t look like it would be too difficult to switch over. Plenty of guides available, and as long as you’re not implementing a lot of Cordova plugins should be very easy to convert across…
I've never used capacitor, so today I copied a working cordova bs5 project over and tried it out.
It only took a few minutes to get capacitor added and a build running in a simulator through xcode.
My current routing does not work, but I'm assuming that can be solved (Does anybody already know the syntax for using a browser.goto to navigate to different views?)
So my initial results are good! It sure seems to be a better place to concentrate efforts.