Database Management System (DBMS) customs keywords will help you easy to establish with various connection ( Mysql, Oracle, PostgresSql, SqlServer), and read, write data into database easily Besides that, They will help you get global DB setting connection from ( Project->Setting-->Database) easily, and the list of powerfull keyword allow you to dynamic create DB Test Data files support for automation need.
Version 1.0.0 supported for below DB Type
Note: All password should be encoded (base64)
Detail How to use this plug-in, you can visit "https://github.com/rosiecorn/katalon-dbms-plugin-usage"
Groups of supported Keyword
Database keyword
createConnection
getGlobalConnection
closeConnection
executeQuery
executeUpdate
execute
ResultSet keyword
getListCellValue
getSingleCellValue
getListRowValue
getSingleRowValue
resultSetToArrayList
getRowCount
getColumnCount
isEmptyResult
exportToCSV
Create DB Data File keyword
createUsingGlobalConnection
createUsingInternalConnection
Visit Katalon Forum for Plugin related discussions.