Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 615 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 615 Bytes

Sqlest

Sqlest is a database library for Scala. It allows you to write SQL directly in Scala with type safety guarantees while also providing a simple mechanism of extracting domain specific case classes from the results.

Authors

  • Dave Gurnell
  • Brendan Maginnis

Acknowledgements

  • Dean Chapman - author of Sqler which inspired Sqlest
  • Frank Wallis - ideas, feedback and contributions
  • Slick - a great project which contains many ideas used in Sqlest
  • jOOQ - a similar project written in Java which provided many ideas used in Sqlest