I am creating a Sqlite database using Mozilla FireFox Sqlite DB Manager. Will I be able to import this into my Appery Project?
I am creating a Sqlite database using Mozilla FireFox Sqlite DB Manager. Will I be able to import this into my Appery Project?
You don't really need to import it into an Appery.io app. You would use API to access the data you stored in the database (browser).
Ok, what about cross platform application. The DB we are creating is to be used across IOS and Android devices. Unless I have gross misconception about the db system for Appery.
Michael
The Appery.io database and SQLite database are different. The Appery.io database is a cloud database, and SQLite is a browser (local) database.
Cross platform is fine. Whenever the app launches, the local database would need to be created (and populated with data if necessary).