Hi, <@U5NANKKA7> , I guess "dsl vs dao" approach d...
# exposed
t
Hi, @ziad , I guess "dsl vs dao" approach depends on what type of data do you store in database. If it's representation of some object model and relationships (customer -> orders -> payments) then it's easier to work with DAO objects. If you just store some data to make calculations or reporting (storing audit records, facts, etc), than you just use simple inserts to tables and then use DSL for querying.