WebObjects and Squeryl

Version 152.1 by Ravi Mendis on 2010/11/09 23:45

Squeryl = SQL-like DSL for Scala

Advantages of Squeryl over EOF:

  • Concurrent
    • Spawns multiple database connections
    • Issues database transactions concurrently
  • Scala Actor compatible
  • Immutable object model/graph
  • Strongly-typed
    • Better suited for business "logic". E.g: avoiding UnknownKeyException
  • Uses Scala (functional) collection classes