Closed Samyak2 closed 2 years ago
sqlparser
src
lib.rs
database.rs
Database
schema.rs
Schema
table.rs
Table
ActiveTable
vm.rs
VirtualMachine
ic.rs
Instruction
execute.rs
tests
sounds good
Manifest metadata
sqlparser
as a dependency (see #3)Tentative folder structure:
src
lib.rs
database.rs
Database
structschema.rs
Schema
structtable.rs
Table
structActiveTable
struct (name tentative) which is stored during executionvm.rs
VirtualMachine
struct that has registers.ic.rs
Instruction
.execute.rs
tests