Write a python script, so that the SQLite database can be manipulated

The script will need to make a connection to the database and establish this has been made successfully. It will need to provide a platform for the user to communicate with the database, i.e. allow for commands such as insertions to be made.

Acceptance Criteria:

  • Establish SQLite connection is made

  • Accepts valid commands to manipulate the database

  • Retrieve result of the command

Edited by Darren Donkor