Skip to content

firdausai/simple-sql-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-sql-parser

simple SQL parsing algorithm

Boundry:

1.select, from, ; , join, using and where are the only available SQL syntax in this algorithm

2.tables and attributes are stored in a txt file

3.can only do 1 join (2 tables)

About

simple SQL parsing algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages