andrewjskatz / sqlest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0