Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

db2unit

Compare

  Analyzed about 21 hours ago

db2unit is a unit testing framework for the IBM DB2 database written in SQL PL language. This framework allows you to automate the tests for your routines (Stored procedure and functions), and it can integrated with your Test-Driven Development (TDD) strategy. db2unit is a xUnit framework with ... [More] the same design as the well-known jUnit, using the same terms and components for the structure. By sharing the same terms and elements of jUnit, the learning curve is reduced and developers can adopt this framework more easily. db2unit could be considered as a jUnit porting to DB2 SQL PL. [Less]

20.9K lines of code

1 current contributors

almost 2 years since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This

log4db2

Compare

  Analyzed 1 day ago

Log4db2 is a logging utility for DB2 for LUW that uses SQL instructions with SQL PL code. Its purpose is to provide an easy way to write messages from a SQL routine, with the possibility to query these messages directly from the database and view the generated output, allowing to monitor the ... [More] progression of a process. This utility aims to reduce the time used for developing, testing, debugging and monitoring SQL routines, by centralizing the messages produced by the code. The idea and architecture of this utility are based on the popular Java logging utilities, such as Log4j and slf4j/logback. * Log4j [http://logging.apache.org/log4j] * Logback/SLF4J [http://logback.qos.ch/] [http://www.slf4j.org/] [Less]

13.9K lines of code

0 current contributors

almost 2 years since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This
Licenses: bsd_2clau..., FreeBSD_D...