Quill provides a Quoted Domain Specific Language (QDSL) to express queries in Scala and execute them in a target language. IntroductionThe library's core is designed to support multiple target languages, currently featuring specializations for Structured Query Language (SQL) and Cassandra Query Language (CQL). Boilerplate-free mapping: The database schema is mapped using simple case classes.Quote