download_sqlite_database
Download a temporary sqlite database. The tool is used in pair with "execute_sqlite_query" to fetch the results of the execution.
Arguments
| Name | Type | Description |
|---|---|---|
database | string | Permanent database to execute the query on. By default, the "main" database is used. |
format | string | Format of the downloaded file. |
Output
Type:stringThe CSV content of the database.