mirror of
https://github.com/beekeeper-studio/beekeeper-studio.git
synced 2026-03-13 10:12:54 +08:00
build: add mysql to databases in trino too (more catalogs!)
This commit is contained in:
4
dev/docker_trino/catalog/mysql.properties
Normal file
4
dev/docker_trino/catalog/mysql.properties
Normal file
@@ -0,0 +1,4 @@
|
||||
connector.name=mysql
|
||||
connection-url=jdbc:mysql://mysql8:3306
|
||||
connection-user=root
|
||||
connection-password=example
|
||||
@@ -102,6 +102,7 @@ services:
|
||||
- ./dev/docker_trino/catalog:/etc/trino/catalog
|
||||
depends_on:
|
||||
- psql
|
||||
- mysql8
|
||||
psql:
|
||||
image: postgres:9.6
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user