Skip to content

A database system in python implemented from scratch

Notifications You must be signed in to change notification settings

sairamkolla/Pyql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyql

run the code as python src/engine.py

Folowing commands are supported as of now

  • Select * from tablename
  • Select A,B,C from table1, table2 where [ boolean expression with comparisions between 1 and 2 cols]

About

A database system in python implemented from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages