List of keywords, functions and constants that QuestDB supports
npm install @questdb/sql-syntaxThis repository contains list of keywords, functions and constants that QuestDB
supports. This npm package is used to build rich frontend applications that
support QuestDB's syntax.
Using npm:
``sh`
npm install --save-dev @questdb/sql-syntax
or using yarn:
`sh``
yarn add @questdb/sql-syntax
Complete references are available in the
Documentation. There are also
several guides to get started.
Quick-start guides:
- Docker
- Homebrew
- Using the binaries
Usage guides:
- Web Console
- Postgres Wire with PSQL (alpha)
- REST API
- CRUD operations
Concepts:
- SQL extensions
- Storage model
- Partitions
- Designated timestamp
Feel free to contribute to the project by forking the repository and submitting
pull requests. Please make sure you have read our
contributing guide.