@kumologica/kumologica-contrib-mssql
v0.1.3
Published
Kumologica Node that connect to ms sql server database
Downloads
147
Readme
Kumologica contribution node: kumologica-contrib-mssql
Overview
The Kumologica Client Node for MS SQL Server facilitates the execution of SQL queries and the invocation of stored procedures against Microsoft SQL Server.
Installation
From Kumologica Designer
Click on the [ + ] button on the left of status bar, find MSSQL Node and press [ Install ] button. You need to restart Kumologica Designer for the node to be loaded. MSSQL Node is accessible from "STORAGE" category.
From command line
Go to the project directory and run below command from the console:
npm install @kumologica/kumologica-contrib-mssql --save
Dependencies
Kumologica Designer
You need Kumologica Designer to use MSSQL Node. Kumologica Designer is a part of SDK module. To install Kumologica SDK run following command:
npm install -g @kumologica/sdk
After successful installation run following command to open Kumologica Designer:
kl open
More information
For the documentation for MSSQL Node see: MSSQL
For more information about Kumologica SDK Installation see: Kumologica SDK Installation
Visit kumologica.com for information about sdk, designer, documentation, tutorials, support and professional services.