UNPKG

sqlpad

Version:

Web app for writing and running SQL queries and visualizing the results. Supports Postgres, MySQL, SQL Server, Crate and Vertica.

19 lines 458 B
// Place your settings in this file to overwrite default and user settings. { "editor.formatOnSave": true, "editor.tabSize": 2, "files.watcherExclude": { "**/.git/objects/**": true, "**/node_modules/**": true, "**/coverage/**": true, "**/db/**": true, "**/images/**": true }, "search.exclude": { "**/node_modules": true, "**/bower_components": true, "**/coverage": true, "**/db": true, "**/build": true } }