Skip to content

Simple python implementation for a subset of mysql queries.

Notifications You must be signed in to change notification settings

chandan5/mini-mysql

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •