Skyone
Skyone
English
English
  • Home
  • Data
    • Getting Started
      • Create an account
      • Recover Password
      • Quick Platform Guide
      • How to test the platform for free
      • Workspace
        • Creating a new Workspace
        • Find a Workspace
        • Sending an invitation to a Workspace
        • Editing a Workspace
      • Organizations
        • Creating an Organization
        • Organization Overview
        • Organization Management
        • Organization Monitoring
      • Settings and Preferences
        • Profile
        • Notifications
        • Usage and Billing
        • Users and Permissions
    • Modules
      • Module management
        • Creating a Module
        • Importing a Module
          • IAC Files - Integration as Code
        • Editing a module
        • Module Options
      • Settings and Operations
        • Module settings
          • Connectivity: Database
          • Connectivity: Email
          • Connectivity: REST
          • Connectivity: SOAP
          • Connectivity: File
          • Connectivity: RFC
          • Connected Account Management
        • Operations
          • Importing operations into REST Modules
          • Operation Management
        • Flows Using This Module
    • Monitoring
    • API Gateway
    • Terminals & Agent
      • Agent
        • Versions supported by Agent
        • How to Update the Agent Version
        • How to back up Agent files
      • Terminals
    • Data
      • Data Stack
        • Process Control
        • Data Stack Upload
        • File Actions
        • File Jobs
        • Data Job Parameters
        • Data Store
        • Data Share Features
        • ODBC
        • How to use the Data Engine Proxy
    • Integrations
      • Integration Management
        • Create integration
        • Import Integration
        • Edit Integration
        • Integration Options
        • Flows of this integration
      • Flows
        • Flow management
          • Creating a flow
          • Flow options
          • Flow Canva: configuring and editing the flow
            • Flow Canva: overview
            • Exception Handler
              • Exception Handler - Configuration
              • Exception Handler - Cases
            • Multicontext Flows
              • Example: Multicontext with an API Gateway
              • Example: Multicontext with a Time Trigger
            • Flow Settings
        • Triggers of a flow
          • API Gateway Triggers: Adding and Setting
          • AS2 Triggers: Adding and Setting
          • Queue Triggers: Adding and Setting
          • Flow Triggers: Adding and Setting
          • Time Triggers: Adding and Setting
          • Webhook Triggers: Adding and Setting
        • Tool Modules
          • AS2 Module
          • CSV Module
          • Data Transform Module
          • Data Balancer Module
          • EDI Module
          • Flow Call Module
          • IF Module
          • JavaScript Module
          • Log Module
          • Loop Do While Module
          • Loop For Module
          • Return Module
          • XML Module
          • Other Tool Modules
        • Module Header
        • Connecting components of a flow
        • Editing triggers and modules
        • Data Operations
          • Object Handling
            • Practical example: Handling variables
          • SMOP (Small Operations)
          • Parameterization rules
    • How to
      • Insert JSON into databases
      • Flattening: Data transformation using JSONata
      • How to use Form Data
      • Understanding recursion in JSONata
      • REST Module Output Consolidation
      • Isolated in execution: concept and application in variables
      • URL Parameters in API Gateway
      • Use case: API Gateway trigger parameters
      • Use case: Exception Handler in financial transactions
      • Use case: using Groups to manage access to flows
      • How to create a download endpoint and integrate with Power BI
      • Is it possible to use two triggers in a single flow?
      • How to set up WhatsApp in Skyone Studio
    • FAQ
    • GIGS: The complete guide
    • Glossary
  • Support
    • How do I request support?
    • Case Severity Levels
    • SLAs
    • Help & Resources
Powered by GitBook
On this page
  1. Data
  2. Modules
  3. Settings and Operations
  4. Module settings

Connectivity: Database

PreviousModule settingsNextConnectivity: Email

Last updated 6 months ago

Overview

Database connectivity is used to allow direct access to information from the main Database Management Systems on the market: MYSQL, POSTGRESQL, SQL SERVER, FIREBIRD and ORACLE.

For this type of connectivity, the platform allows SQL commands such as SELECT, UPDATE, DELETE and CREATE, among others.

SELECT operations are the most common. They allow a secure query of the database, returning the information in a structured JSON.

UPDATE, DELETE and CREATE operations are used when the system does not have processes created and exposed with APIs and require greater control, since the database will be changed directly. We recommend using views or temporary tables, which will be processed later.


How to connect an account

After defining the type of connectivity, the next step is to choose the type of authentication. Only after these settings have been made will you be able to add a new account, as well as select, edit or remove one of the previously registered accounts.

To add a connected account, click on "Connected account" and then "Add connected account".

Follow the steps according to the type chosen in Database (authentication type):

MySQL

When you choose the "Add connected account" option, the following modal will be displayed:

Fill in the details:

  1. Terminal (optional): if you have a terminal set up, select it so that the connection is made through the corresponding "Agent";

  2. Account name: name of the registered account;

  3. Host: IP of the database host;

  4. Port: port number;

  5. User;

  6. Password;

  7. Database name (optional).

After filling in the details, click on "Create account".

That's it! Your connected account has been created and can be used by other modules and flows, appearing among the options of accounts configured in both cases.

PostgreSQL

When you choose the "Add connected account" option, the following modal will be displayed:

Fill in the details:

  1. Terminal (optional): if you have a terminal set up, select it so that the connection is made through the corresponding "Agent";

  2. Account name: name of the registered account;

  3. Host: IP of the database host;

  4. Port: port number;

  5. User;

  6. Password;

  7. Database name (optional).

After filling in the details, click on "Create account".

That's it! Your connected account has been created and can be used by other modules and flows, appearing among the options of accounts configured in both cases

SQL Server

When you choose the "Add connected account" option, the following modal will be displayed:

Fill in the details:

  1. Terminal (optional): if you have a terminal set up, select it so that the connection is made through the corresponding "Agent";

  2. Account name: name of the registered account;

  3. Host: IP of the database host;

  4. Port: port number;

  5. User;

  6. Password;

  7. Database name (optional);

  8. AppKey (optional): application key.

After filling in the details, click on "Create account".

Done! Your connected account has been created and can be used by other modules and flows, appearing among the options of accounts configured in both cases.

FireBird

When you choose the "Add connected account" option, the following modal will be displayed:

Fill in the details:

  1. Terminal (optional): if you have a terminal set up, select it so that the connection is made through the corresponding "Agent";

  2. Account name: name of the registered account;

  3. Host: IP of the database host;

  4. Port: port number;

  5. User;

  6. Password;

  7. Database name (optional).

After filling in the details, click on "Create account".

That's it! Your connected account has been created and can be used by other modules and flows, appearing among the options of accounts configured in both cases.

FireBird 3+

When you choose the "Add connected account" option, the following modal will be displayed:

Fill in the details:

  1. Terminal (optional): if you have a terminal set up, select it so that the connection is made through the corresponding "Agent";

  2. Account name: name of the registered account;

  3. Host: IP of the database host;

  4. Port: port number;

  5. User;

  6. Password;

  7. Database name (optional).

After filling in the details, click on "Create account".

That's it! Your connected account has been created and can be used by other modules and flows, appearing among the options of accounts configured in both cases.

Oracle

When you choose the "Add connected account" option, the following modal will be displayed:

Fill in the details:

  1. Terminal (optional): if you have a terminal set up, select it so that the connection is made through the corresponding "Agent";

  2. Account name: name of the registered account;

  3. Host: IP of the database host;

  4. Port: port number;

  5. User;

  6. Password;

  7. Database name (optional);

  8. Schema (optional): set of objects (tables, views, etc.) that belong to your account.

After filling in the details, click on "Create account".

That's it! Your connected account has been created and can be used by other modules and flows, appearing among the options of accounts configured in both cases.

SAP Hana

When you choose the "Add connected account" option, the following modal will be displayed:

Fill in the details:

  1. Terminal (optional): if you have a terminal set up, select it so that the connection is made through the corresponding "Agent";

  2. Account name: name of the registered account;

  3. Host: IP of the database host;

  4. Port: port number;

  5. User;

  6. Password;

  7. Database name (optional);

  8. Schema (optional): set of objects (tables, views, etc.) that belong to your account.

After filling in the details, click on "Create account".

That's it! Your connected account has been created and can be used by other modules and flows, appearing among the options of accounts configured in both cases.

InterSystems Caché

When you choose the "Add connected account" option, the following modal will be displayed:

Fill in the details:

  1. Terminal (optional): if you have a terminal set up, select it so that the connection is made through the corresponding "Agent";

  2. Account name: name of the registered account;

  3. Host: IP of the database host;

  4. Port: port number;

  5. User;

  6. Password;

  7. Database name (optional).

  8. Namespace (optional): must have the same value as the "database name" field.

After filling in the details, click on "Create account".

That's it! Your connected account has been created and can be used by other modules and flows, appearing among the options of accounts configured in both cases.

ODBC

When you choose the "Add connected account" option, the following modal will be displayed:

Fill in the details:

  1. Account name: name of the account to be registered;

  2. Connection string: sequence of characters that provides all the information needed to connect to the ODBC database.

After filling in the details, click on "Create account".

That's it! Your connected account has been created and can be used by other modules and flows, appearing among the options of accounts configured in both cases.

MongoDB

When you choose the "Add connected account" option, the following modal will be displayed:

Fill in the details:

  1. Account name: name of the account to be registered;

  2. Connection string: sequence of characters that provides all the information needed to connect to the MongoDB database.

After filling in the details, click on "Create account".

That's it! Your connected account has been created and can be used by other modules and flows, appearing among the options of accounts configured in both cases.

Finally, click on "Save changes" to configure your module settings.

Important: after saving the changes, it will no longer be possible to change the Connectivity type and/or Authentication type (Database).

Terminal: select a previously configured so that the connection is made through the corresponding “Agent”;

Next step:

Read also:

terminal
Create operations for the module
Connected accounts management