SORM是一个Scala的ORM框架,旨在消除样板代码和解决可扩展性问题,通过高层次的抽象和函数式编程风格。 特性: 完全抽象的关系概念. You work with case classes, collections and other standard Scala data types instead of tables, rows, foreign keys and relations. 从持久层完全分离的域模型. There are no annotations, special types or any other dependencies on persistence layer