You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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