文件名称:SORM0.8.jar
文件大小:24KB
文件格式:JAR
更新时间:2018-07-25 09:33:08
SORM0.8.jar
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 present in model declaration. This house is clear! 一个直观和集中的连接无关的API. No tangled implicit constructions polluting your namespace and functionality scattered across multiple components. No manual management of connections. Concurrency. A single SORM instance can safely be used across multiple threads and seamlessly integrates into actor-based concurrent systems, like Akka. 集成连接池. Scalable just by setting a “poolSize” parameter. 自动生成数据库结构