Clone your git repository and copy an example inside.
- java:
make
- java-maven: Ctrl + F5
- python:
make
- sql-employees:
$sql < employees.sql
- sql-university:
$sql < DDL.sql && $sql < smallRelationsInsertFile.sql
$sql
: Connects to MySQL usingmysql --host=mysql --user=root --password=example
$postgres
: Connects to Postgres usingpsql --host=postgres --username=postgres --password
code repository
: Opens Visual Studio Code inside your repository