Inspired by Youtube: Database Testing
Download classic models test database from: classic models
CREATE DATABASE classicmodels;
In DBeaver, go to SQL Editor, Import SQL Script, Select the downloaded .sql file
Run the script, it will create the tables, and populated them with sample data for testing
* If there was errors running the entire SQL Script in DBeaver, try running it one command at a time
-or-
* Use MySQL Workbench
npm run test