diff --git a/baton/baton-sql.mdx b/baton/baton-sql.mdx index 56a94197..f314fa7d 100644 --- a/baton/baton-sql.mdx +++ b/baton/baton-sql.mdx @@ -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:support@conductorone.com) for a build) ## Resources @@ -72,6 +73,11 @@ connect: | Oracle | `oracle://user:pass@host:1521/service` | | SQLite | `sqlite:///path/to/database.db` | | Amazon Redshift | `postgres://user:pass@cluster.region.redshift.amazonaws.com:5439/dbname` | +| IBM DB2 | `db2://user:pass@host:50000/dbname` | + + +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:support@conductorone.com) to request a DB2-enabled build. Customers connecting to DB2 are responsible for providing their own IBM Db2 Connect license where required. + ## Listing resources