-
Notifications
You must be signed in to change notification settings - Fork 15
Home
pauldraper edited this page Sep 26, 2014
·
13 revisions
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 the PreparedStatement's idiosyncrasies while maintaining its speed.
- Works with all JDBC connection types
- Works with all database engines
- Performance
- Create connections to databases
- ORM abstraction
To use Relate in your own project, just include the Relate dependency in your SBT build file:
libraryDependencies += "com.lucidchart" %% "relate" % "1.6.0"
resolvers += "Sonatype release repository" at "https://oss.sonatype.org/content/repositories/releases/"