-
Notifications
You must be signed in to change notification settings - Fork 0
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.
shwetav1311/MiniSql
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published