Skip to content

CBNU-ABC-DB/ABC-DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABC-DB

MEMBER

Lee jingyeong in @CBNU
Nam jaehong in @CBNU
Song binwon in @CBNU
Jang jeonghwan in @CBNU

Prerequisite

  • docker

How to run

  • docker build -t [IMAGE_NAME] /path/to/dockerfile
  • docker run -it [IMAGE_IMAGE] --name [CONTAINER_NAME] /bin/sh

IN CONTAINER

/app $ make
/app $ ./ABC

Available query

  • SELECT
  • INSERT
  • CREATE

EXAMPLE

CREATE DATABASE abc;
USE abc;
CREATE TABLE student(num int,name char(20));
INSERT INTO student VALUES(110,'student1');
SELECT * FROM student;

REFERENCE

MINIDB from Yan Chen[https://github.com/nrthyrk/minidb]


overview of our abc-db

overall design

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •