
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@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
The npm package @questdb/sql-grammar receives a total of 38 weekly downloads. As such, @questdb/sql-grammar popularity was classified as not popular.
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 3 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.