Skip to content

Latest commit

 

History

History
77 lines (54 loc) · 947 Bytes

README.md

File metadata and controls

77 lines (54 loc) · 947 Bytes

Test Databases

MySQL 8

Run docker compose up in /docker/mysql or npm run docker:mysql from project root.

Direct Connection

Database

host: localhost
port: 3306
user: root
password: password

SSH Tunnel Connection

Database

host: mysql-8-antares
port: 3306
user: root
password: password

SSH Tunnel

host: localhost
port: 2222
user: tunnel
password: password

PostgreSQL

Run docker compose up in /docker/pg or npm run docker:pg from project root.

Direct Connection

Database

host: localhost
port: 5432
user: postgres
password: password

SSH Tunnel Connection

Database

host: pg-antares
port: 5432
user: postgres
password: password

SSH Tunnel

host: localhost
port: 2223
user: tunnel
password: password

SQLite

In sqlite folder there are some databases available to connect to.

Firebird SQL