SQLiteTest
Testing out some SQLite database functionality.
Guidelines
You should be able to build this in Visual Studio 2015 and see the console output. In order to see/look at the project files you will need:
- Visual Studio 2015 Community Edition to build the project - available here.
- SQLite Studio to edit and see database entries for the
project-database
file - available here.
To edit database entries:
- Open up SQLite Studio.
- Add the database (either Ctrl + O or click the third button from the left in the tool bar at the top).
- Add the database file (found under
sqlite-database-test/sqlite-database-test/database/project-database.db
). - Double click on
Units
underTables
under theDatabases
window to the left. - Click on the
Data
tab to see actual database entries. - Edit to your hearts content!
NOTE
Some of these database entries have constraints on them, so unexpected values cannot be placed in them. For example:
* Most if not all entries check to make sure the data entered is above 0.