- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
[ANN] O/R Broker 3.0 RC1
Sat, 2010-06-05, 01:52
O/R Broker 3.0 RC1
has been released.
What it is:
http://www.orbroker.org
Feedback is much appreciated.
What it is:
- A minimalist API built for the most common use cases, enforcing
proper and optimal access, including stored procedure calls.
- A framework for externalizing SQL into text files for better organization and post-deployment modification and optimization.
- Suitable for legacy database access, where tables, indices, procedures, etc cannot be modified to satisfy the ORM du jour.
- A
framework for the relational database connesuir, i.e. someone for whom
query performance is an important and ongoing effort; who knows when to
use, and needs, the various transaction isolation levels and where
transaction scope is under full control. Or just if you happen to work
with a fascist DB admin who forces you to use stored procedures or
insist on verifying, or even rewriting, the SQL.
- For
Scala 2.8
- An ORM tool in the traditional sense, i.e. SQL generation and JavaBeans.
- A Scala query DSL
- For Scala 2.7 or less
http://www.orbroker.org
Feedback is much appreciated.