zio / zio-jdbc

A small, idiomatic ZIO interface to JDBC.
Apache License 2.0
82 stars 64 forks source link

cancel statements on interrupt #158

Closed oridag closed 1 year ago

oridag commented 1 year ago

When a fiber running a query is interrupted (e.g. due to timeout), the statement on the DB server should be canceled