This is a simple toy database application that accepts SQL queries in an interactive console
- Docker installed on your machine.
Open a terminal in the project root directory and run:
docker build -t database .This will create a Docker image named database
docker run -it --rm databaseOnce the container starts, you will see a prompt like:
Welcome to mini DB vovinquity!
Type EXIT or QUIT to stop.
sql>
From here, you can enter SQL-like commands. Type EXIT or QUIT to terminate the application (or press Ctrl+C)
Planner currently recognizes the following plan node types:
CREATE TABLEINSERTSELECTORDER BYGROUP BYWHERE- Aggregates:
COUNT,AVG,SUM