Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
@questdb/sql-grammar
Advanced tools
List of keywords, functions and constants that QuestDB supports
This repository contains an NPM package with list of keywords, functions and constants supported by QuestDB. It is used to build enrich frontend applications to support QuestDB's grammar.
With npm:
npm install @questdb/sql-grammar
or with yarn:
yarn add @questdb/sql-grammar
Import the package and use the exported values:
import { dataTypes, functions, keywords, constants } from "@questdb/sql-grammar"
These values are useful when configuring some text editor to enable QuestDB syntax highlighting and autocomplete. For example, the QuestDB Web Console is using values exported by this project to augment the autocomplete and syntax highlight of the Monaco text editor.
Complete references are available in the Documentation.
QuestDB is an open source project and contributions are always welcome!
Feel free to contribute to this project by forking the repository and submitting pull requests. Please make sure you have read our contributing guide.
If you would like to contribute to QuestDB code database, see core contributing guide
FAQs
List of keywords, functions and constants that QuestDB supports
We found that @questdb/sql-grammar demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.