SQL Server Catalog#
Add a SQL Server catalog to the cluster along with a standalone SQL Server service.
Usage#
Module Uses Persistent Storage
This module uses named volumes to persist data. To delete these volumes, run:
minitrino remove --volumes --module ${module}
Provision the module:
minitrino provision -m sqlserver
Connect to the coordinator container’s Trino CLI:
minitrino exec -i 'trino-cli'
Confirm SQL Server is reachable:
SHOW SCHEMAS FROM sqlserver;