From afaef147fad7c4be3de5e2b87b9e8f2e78191c2d Mon Sep 17 00:00:00 2001 From: Melinda Moreland Date: Fri, 31 Jul 2026 16:29:32 -0700 Subject: [PATCH] docs(baton-sql): add IBM DB2 to supported databases DB2 support is request-only (special build with IBM's client driver, not on the standard download center) and requires the customer's own Db2 Connect license, so it's called out separately from the pure-Go databases. Co-Authored-By: Claude Sonnet 5 --- baton/baton-sql.mdx | 6 ++++++ 1 file changed, 6 insertions(+) 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