npm.io
0.2.1 • Published yesterday

@keboola/codemirror-lang-sql

Licence
MIT
Version
0.2.1
Deps
8
Size
905 kB
Vulns
0
Weekly
0

@keboola/codemirror-lang-sql

SQL language support and intelligent completion helpers for CodeMirror 6. Supports multiple SQL dialects (Snowflake, BigQuery).

Features

  • Multi-dialect SQL support (Snowflake, BigQuery)
  • Autocompletion for keywords, data types and built-in functions (ranked by rough popularity for Snowflake).
  • Database, schema, tables and columns aware completion.
  • Keyword detail panels with argument hints & documentation link & short descriptions for many data types and functions.

Testing

This package uses Vitest for testing:

# Run tests
pnpm test

# Run tests in watch mode
pnpm test --watch

Keywords