TxEffect(requiresNew: Boolean = false)
Transaction like effect.
Use for SQL/JDBC operations, but anything that works on some "resource - conection" can be implemented using TxProvider interface.
R - provider of resource (also must support update of connection state)