# BaseSQLDatabaseTool

> **Class** in `langchain_ibm`

📖 [View in docs](https://reference.langchain.com/python/langchain-ibm/agent_toolkits/sql/tool/BaseSQLDatabaseTool)

Base tool for interacting with a SQL database.

## Signature

```python
BaseSQLDatabaseTool()
```

## Extends

- `BaseModel`

## Properties

- `db`
- `model_config`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-ibm/blob/68e9b09f8cbc8d2310e57a6a7eb51cde0956a3b0/libs/ibm/langchain_ibm/agent_toolkits/sql/tool.py#L41)