Michael Iverson
Posts: 0
Joined: Tue Dec 31, 2013 6:22 pm

Importing a Sqlite DB

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Importing a Sqlite DB

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

Michael Iverson
Posts: 0
Joined: Tue Dec 31, 2013 6:22 pm

Importing a Sqlite DB

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Importing a Sqlite DB

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

Return to “Issues”