Page 1 of 1

Importing a Sqlite DB

Posted: Tue Jan 14, 2014 9:27 pm
by Michael Iverson

I am creating a Sqlite database using Mozilla FireFox Sqlite DB Manager. Will I be able to import this into my Appery Project?


Importing a Sqlite DB

Posted: Tue Jan 14, 2014 9:30 pm
by maxkatz

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).


Importing a Sqlite DB

Posted: Tue Jan 14, 2014 9:42 pm
by Michael Iverson

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


Importing a Sqlite DB

Posted: Tue Jan 14, 2014 9:46 pm
by maxkatz

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).