Skip to content

Vovinsa/vovinquity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Database Project

This is a simple toy database application that accepts SQL queries in an interactive console

Prerequisites

  • Docker installed on your machine.

How to Build

Open a terminal in the project root directory and run:

docker build -t database .

This will create a Docker image named database

How to Run

docker run -it --rm database

Once 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)

Supported commands

Planner currently recognizes the following plan node types:

  • CREATE TABLE
  • INSERT
  • SELECT
  • ORDER BY
  • GROUP BY
  • WHERE
  • Aggregates: COUNT, AVG, SUM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages