chandan5 / mini-mysql

Simple python implementation for a subset of mysql queries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini MySQL

The project implements a subset of SQL functionalities according to the following types of queries:

  • Select, Delete with table.column or column option and where condition
  • Where with any number of conditions
  • Select with column projection and *(wildcard)
  • SUM, MAX, MIN, AVG, DISTINCT functions
  • Create, Truncate, Drop table

Also incorporated Error Handling to an extent.

About

Simple python implementation for a subset of mysql queries.


Languages

Language:HTML 57.4%Language:TeX 17.7%Language:JavaScript 11.2%Language:CSS 8.6%Language:Python 5.0%Language:Makefile 0.1%