Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeesha committed Dec 3, 2024
1 parent 8ff4e5b commit 77f8252
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data-connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,14 @@ Each connector is defined in the `config.connectors` array.

</details>

<details>
<summary>MySQL Connector Configuration</summary>

- `config.connectors[].connectionString`: The connection string to your database. (e.g. `mysql://root:mysql@localhost:3306/mysql`)
- `config.connectors[].schema`: The schema to use. (e.g. `mysql`)

</details>

### config.privacyMode

When enabled (`config.privacyMode=1`), raw data is never sent to the model. Instead:
Expand Down

0 comments on commit 77f8252

Please sign in to comment.