Skip to content

SQLite Database

Donal McGahon edited this page Nov 29, 2017 · 3 revisions

SQLite Database

For the users login credentials I used a SQLite database to store them.

user database

The above is an example of the database used to store user log in information. The UserName is the username the user entered, in this case the username is "donal123". The Password is the password the user entered, in this case again it is "donal123". Email represents the email associated with the user, the user entered "donal123@gmail.com".

The following is a list of heading for my Windows Universal App:

  1. User Guide
  2. Certification
  3. Multilingual
  4. Button Style
  5. Azure
  6. SQLite Database
Clone this wiki locally