db-academy.io sql parser
A template project for db-academy.io's sql parser course
This project uses a Rust-based DevContainer to provide a consistent development environment.
A dbcheck command is already installed in the devcontainer and avaiable to interact with the db-academy.io. Explore the dbcheck commands by running
cargo dbcheck --help
If you're using VSCode, please install the DevContainer extension and reopen the project in a devcontainer.
Please refer to the support documentation to set up a devcontainer on your IDE.