Coc Sql

SQL extension for coc.nvim
Alternatives To Coc Sql
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Pgbadger2,922
a day ago12postgresqlPerl
A fast PostgreSQL Log Analyzer
React Awesome Query Builder1,4625813 days ago144March 15, 2022127mitJavaScript
User-friendly query builder for React
Trdsql1,45022 days ago46January 19, 202213mitGo
CLI tool that can execute SQL queries on CSV, LTSV, JSON and TBLN. Can output to various formats.
Pgformatter1,433
13 days ago2March 02, 201816postgresqlPLpgSQL
A PostgreSQL SQL syntax beautifier that can work as a console program or as a CGI. On-line demo site at http://sqlformat.darold.net/
Db165
a year ago32agpl-3.0Java
A blazing fast ACID compliant NoSQL DataLake with support for storing 17 formats of data. Full SQL and DML capabilities along with Java stored procedures for advanced data processing.
Node Pg Format159193912 years ago9February 18, 201712mitJavaScript
Node.js implementation of PostgreSQL's format() to safely create dynamic SQL queries.
Coc Sql102
20 days ago48May 31, 20224mitTypeScript
SQL extension for coc.nvim
Isf_notepad62
5 years ago12apache-2.0C
SQL Formatter plugin for Notepad++
Sqlfmt61
a month ago3June 17, 20221Go
SQL Formatter
Readsql52
2 years ago2December 27, 2020mitPython
Convert SQL to most human readable format
Alternatives To Coc Sql
Select To Compare


Alternative Project Comparisons
Readme

coc-sql

SQL extension for coc.nvim

Features

Install

:CocInstall coc-sql

Commands

  • sql.Format for current file

Configuration

  • sql.lintOnOpen: Lint sql file on opening, default true
  • sql.lintOnChange: Lint sql file on change, default true
  • sql.lintOnSave: Lint sql file on save, default true
  • sql.database: Choose the database syntax flavor, default to guess
  • sql.formatOptions: Format options passed to sql-formatter, checkout zeroturnaround/sql-formatter

Usage

Format document

  • :call CocAction('format')
  • :CocCommand sql.Format

Format selected content

xmap <leader>f  <Plug>(coc-format-selected)
nmap <leader>f  <Plug>(coc-format-selected)

License

MIT

Popular Sql Projects
Popular Format Projects
Popular Data Processing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Sql
Format
Formatter