QuestDB JavaScript Client - v5.0.0
GitHub
QuestDB
Preparing search index...
@questdb/nodejs-client
createQwpNodeClient
Function createQwpNodeClient
createQwpNodeClient
(
options
:
QwpNodeClientOptions
)
:
QwpClient
Creates a lazy Node QWP client with bounded sender and query pools.
Parameters
options
:
QwpNodeClientOptions
Returns
QwpClient
createQwpNodeClient
(
configurationString
:
string
,
extraOptions
?:
QwpNodeClientConfigOptions
,
)
:
QwpClient
Creates a lazy Node QWP client with bounded sender and query pools.
Parameters
configurationString
:
string
Optional
extraOptions
:
QwpNodeClientConfigOptions
Returns
QwpClient
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
QuestDB
QuestDB JavaScript Client - v5.0.0
Loading...
Creates a lazy Node QWP client with bounded sender and query pools.