A fork of monaco-sql-languages adding reserved SQL keywords UNPIVOT, RECURSIVE, and MAP. Provides SQL language support for Monaco Editor including syntax highlighting and limited auto-completion for dialects like Hive, Spark, MySQL, PostgreSQL, Flink, Trino, and Impala. Version 0.13.0 is the latest, released with peer dependency on monaco-editor >=0.31.0. Ships TypeScript types. Note: this package name differs from the README's fork name; installation uses 'bq-monaco-sql-languages'.
npm install bq-monaco-sql-languagesNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Register SQL language support in Monaco Editor using the main registerSQL function.
Run `npm install bq-monaco-sql-languages` (not the fork name).
Install monaco-editor@0.31.0 or compatible version.
Consider using newer alternatives like '@codemirror/lang-sql' or 'monaco-editor' built-in SQL support.
Ensure you import monaco from 'monaco-editor' (not from 'monaco-editor/esm/vs/editor/editor.api').
Run `npm install bq-monaco-sql-languages` and use `const { registerSQL } = require('bq-monaco-sql-languages');`.Install the package via npm or yarn.
Import monaco from 'monaco-editor' and pass that instance.