title

text

Вячеслав Малютин
Вячеслав Малютин
11:20 31 March
40 min

Unit Testing in Databases + Accelerated Development

In some cases, business logic is implemented directly within the database. It's well known that maintaining and developing business logic becomes much easier when it's covered by tests. However, backend tests often treat the database as an external resource and don’t always interact with a live database.

This talk will introduce an enhanced version of the pgTap library, designed not only to facilitate unit testing and CI for database code but also to accelerate the development process itself.

Other talks