Squeryl — Introduction
"Squeryl is a strongly typed DSL (domain specific language) for SQL databases in which table rows are manipulated as Scala objects via an SQL like language"
I hate the idea. Aren't we already fed up with MS datasets which break n-Tier application structure by bringing excessive and over-complicated database only related properties into a domain layer?
To me it is clear, that there is only three legitimate ways of creating decoupled n-Tier applications:
1) Use hand-made Data Access Layer objects;
2) Use ORM tools like [N]Hibernate;
3) Use object-oriented databases like db4o
Tuesday, February 23, 2010
Squeryl — Introduction
Squeryl — Introduction
2010-02-23T12:15:00-05:00
Владимир
DDD|N-Tier|Scala|