Read-Transform-Write is a pipeline style library for writing components to separate reads, writes, and non-db operations (transforms) in separate stages that each use their own operation context (for example, a different database connection). Helps with writer/reader separated arquitectures such as Amazon RDS clusters
Latest version
[![rtw Scala version support](https://index.scala-lang.org/novamage/rtw/rtw/latest.svg)](https://index.scala-lang.org/novamage/rtw/rtw)
JVM badge
[![rtw Scala version support](https://index.scala-lang.org/novamage/rtw/rtw/latest-by-scala-version.svg?platform=jvm)](https://index.scala-lang.org/novamage/rtw/rtw)