Run docker compose up
in /docker/mysql
or npm run docker:mysql
from project root.
host: localhost
port: 3306
user: root
password: password
host: mysql-8-antares
port: 3306
user: root
password: password
host: localhost
port: 2222
user: tunnel
password: password
Run docker compose up
in /docker/pg
or npm run docker:pg
from project root.
host: localhost
port: 5432
user: postgres
password: password
host: pg-antares
port: 5432
user: postgres
password: password
host: localhost
port: 2223
user: tunnel
password: password
In sqlite
folder there are some databases available to connect to.