SQLite creates loading and managing an online database

First of all, let me say that I am new to this area.

What I'm trying to do is create an online database for my Android application.

I searched the net for study guides and could not find.

What I want to know:

  • Are there sites hosting sqlite databases?
  • How to create sqlite database?
  • how can i upload a db to a website.
  • how can I contact the database after it is online.

Any help can help here guys please.

thank you.

+5
source share
1 answer

Let me answer all your questions.

1) SQLite is not a traditional SQL database, the server is not needed, there is only a file.

2) sqlite android. http://www.vogella.com/articles/AndroidSQLite/article.html

3) sqlite - , .

4) ; , , .

I, .

+5

All Articles