Skip to content

BNandor/MiniDBMS-Redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Redis based minimal Database Management System

Implementation of a simple relational database management system, using Redis as a key value store.

Currently supported queries

CREATE/DROP DATABASE

CREATE/DROP TABLE

USE DATABASE

INSERT INTO TABLE

DELETE FROM TABLE

CREATE INDEX FILE

Simple SELECT

SELECT + JOIN

SELECT + GROUP BY

Main window

Window

Add table

Window

Insertion

Window

Simple Select

Window Window

Select + Join

Window Window

Select + Group By

Window Window

About

Redis based minimal Database Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages