Rust SQL Implementation

About the project:
Rust implementation of an engine able to interpret and run SQL, based on PostgreSQL syntax, and currently running in memory. Inspired by GoSQL
This project features a simple implementation of SQL in Rust, inspired from GoSQL.
Live demo(compiled the engine into WASM):
Technologies used: Rust