A simple in-memory database script written in python
Requirements:
a computer that has Python 2.7.x installed
How to run this script:
- Download this file
- Open a terminal window (Linux/OSX)
- cd into the directory where you downloaded this file
- $ pyhton simpleDbChallenge.py
What this script does
This script loads an interactive database into memory. A user can enter commands from the command list.
For a complete set of commands please refer to the comments section of simpleDbChallenge.py