UNPKG

sqlpad

Version:

Web app. Write SQL and visualize the results. Supports Postgres, MySQL, SQL Server, Crate, Vertica and SAP HANA.

9 lines 168 B
version: '3' services: postgres: image: postgres:9.6-alpine environment: POSTGRES_USER: sqlpad POSTGRES_DB: sqlpad ports: - "5432:5432"