Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions baton/baton-sql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Baton-SQL is a configuration-only connector for SQL databases. Use it for intern
- SAP HANA
- SQLite
- Amazon Redshift
- IBM DB2 (available on request — [contact C1's support team](mailto:[email protected]) for a build)

## Resources

Expand Down Expand Up @@ -72,6 +73,11 @@ connect:
| Oracle | `oracle://user:pass@host:1521/service` |
| SQLite | `sqlite:///path/to/database.db` |
| Amazon Redshift | `postgres://user:[email protected]:5439/dbname` |
| IBM DB2 | `db2://user:pass@host:50000/dbname` |

<Note>
IBM DB2 requires a separate build bundled with IBM's client driver and isn't available from the standard download center. [Contact C1's support team](mailto:[email protected]) to request a DB2-enabled build. Customers connecting to DB2 are responsible for providing their own IBM Db2 Connect license where required.
</Note>

## Listing resources

Expand Down