> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Database

> You can run SQL queries using database connection definitions, perform database operations, and manage database operations in Task Flows. When an action occurs, it ensures that the result is processed in the selected database connection definition.

## Configuration

<img src="https://mintcdn.com/apinizer/-OUVpYz7x56LFQ3F/images/yonetici/konnektor/database.png?fit=max&auto=format&n=-OUVpYz7x56LFQ3F&q=85&s=086e436670682e448ed476bc1e00af2b" alt="Database Connector Configuration" width="600" className="mr-auto" data-path="images/yonetici/konnektor/database.png" />

Configuration fields:

<CardGroup cols={2}>
  <Card title="Type" icon="database">
    **Field:** Type

    Database type is selected.
  </Card>

  <Card title="Connection Pool Definition" icon="plug">
    **Field:** Connection Pool Definition

    The definition belonging to the database connection is selected from the pool according to the selected database type. For detailed information about creating connections, [click here](/en/integrations/connection-management/database)
  </Card>

  <Card title="Operation" icon="gear">
    **Field:** Operation

    Operation type is selected.
  </Card>

  <Card title="Query Timeout" icon="clock">
    **Field:** Query Timeout (sec)

    Timeout duration information for the query execution time is entered.
  </Card>

  <Card title="SQL" icon="code">
    **Field:** SQL

    The query to be executed within the action is written.

    <Info>
      Variables can be used in the SQL field.
    </Info>
  </Card>
</CardGroup>
