Skip to content

Implemented a mini Sql Engine that emulates the actual SQL engine in executing ​ DML​ commands (Select, Insert, Update and Delete) and ​ DDL ​ commands (Create, Drop and Truncate). Used ZQLParser for parsing.

Notifications You must be signed in to change notification settings

shwetav1311/MiniSql

Repository files navigation

javac -sourcepath src -d bin src/**/**/**/*.java
java -cp bin: com.iiit.sql.SqlParser

About

Implemented a mini Sql Engine that emulates the actual SQL engine in executing ​ DML​ commands (Select, Insert, Update and Delete) and ​ DDL ​ commands (Create, Drop and Truncate). Used ZQLParser for parsing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages