Overview

What's Relate?

Relate is a lightweight database access layer for Scala that simplifies database interaction while leaving complete control over the actual SQL query. It was developed at Lucid Software in response to a need for increasingly performant database access software and seeks to abstract away PreparedStatement’s idiosyncrasies while maintaining its speed.

Advantages - Why Use Relate?

Constraints - What Relate Doesn’t Do

Next Steps