IBM Db2
IBM Db2 is a high-performance, enterprise-grade relational database system designed for reliability, scalability, and transactional integrity.
ingestr supports IBM Db2 as a source.
Installation
Db2 source support is built into the ingestr binary. It does not require the IBM CLI driver, CGO, or a separate Python add-on.
URI format
The URI format for DB2 is as follows:
plaintext
db2://<username>:<password>@<host>:<port>/<database-name>URI parameters:
username: The username to connect to the databasepassword: The password for the userhost: The host address of the database serverport: The port number the database server is listeningdatabase-name: the name of the database to connect to
Optional query parameters:
schema: default schema to use for unqualified table names. If omitted, ingestr uses the username uppercased.ssl: set totrueor1to connect with TLS.timeout: connection/read timeout in seconds.