Glossary

DbToo

An experimental, IBM-authored open-source SDK, publicly covered in August 2025, that lets RPG programs and Db2 for i data call out to AI models and external services such as watsonx, Ollama, and OpenAI-compatible endpoints. IBM's own documentation says the project is still in a bringup state and should not be deployed to production.

DbToo, published on GitHub as IBM/AI-SDK-Db2-IBMi, is an open-source software development kit created by a team led by IBM's Jesse Gorzinski and reported by IT Jungle on August 25, 2025. It compiles into an RPG-callable library named dbsdk_v1, is built with gmake, runs under PASE, and requires QIBM_DB_SECADM function usage authority to install. DbToo gives RPG applications and Db2 for i data a direct path to external AI and messaging services: a watsonx_generate function calls IBM watsonx's 8 billion parameter Granite 3 model, and the SDK also reaches Ollama, OpenAI-compatible endpoints such as llama.cpp, LM Studio, LocalAI and vLLM, Wallaroo, Kafka through Confluent, Slack, and Twilio SMS. IBM's documentation describes DbToo as an experimental SDK that is 'still in bringup state and should not be deployed to production.'

Related Terms