This project is a tool that allows users to interact with a database using a terminal-based interface. It achieves this by taking JSON and turning it into a functional database front-end, using Python and the Simple CLI Menu library. Users can use a series of menus to view, edit, and search data in the database. The interpreter is able to handle common SQL commands and supports basic CRUD operations. The aim of the project is to provide a lightweight, easy-to-use solution for working with databases in a command-line environment.