Okay so I am trying create an IOS APP that uses a sqlite database so it can store the users username and can tell if he is logged in or not. The problem is I have also made an Android app that has a database. So when I open the command prompt for sqlite3 it already has me logged into a database. How can I leave this database to create a new one?
When I open the sqlite3 command prompt it tells me this message
Last login: Thu Sep 26 12:52:47 on ttys000
Bobs-MacBook-Pro:~ Bob$ /Applications/Android\ Development/sdk/tools/sqlite3 ; exit;
SQLite version 3.7.11 2012-03-20 11:35:50
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
How can I leave the android database so I can create an IOS one??