Skip to content

antares-sql/test-databases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Collection of databases for testing purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published