Database

Automate CRUD operations in Kognitos with the Database Book.

Overview

The Database Book allows you to connect to a database in Kognitos and automate creating, retrieving, updating and deleting records.

Note: The Database Book currently only supports Microsoft SQL Server (MSSQL). Other database types are not supported at this time.

Learning the Database Book

Before using the Database Book, you must first learn it in your agent. Learning this Book will require configuration. You will need the following credentials:

#
Field
Description
Example

1

Database Username

The database username used for authentication.

db_user

2

Database Password

The password for the database user.

secureP@ss123

3

Database Host

The database server host.

dummy-host.database.net

4

Database Name

The name of the database to connect to.

my_database

5

Database Engine

The type of database engine being used.

mssql

After successfully learning the Book, you can use its procedures in your automations.

Last updated

Was this helpful?