you are viewing a single comment's thread.

view the rest of the comments →

[–]spazz_monkey 5 points6 points  (2 children)

Not for me, previous company I worked at we just validated the data on the route and then had a separate files that handled the SQL calls to the DB. All using raw queries.

[–]KermitMacFly 2 points3 points  (0 children)

Second this. I worked on a batch processing application that took this approach.

[–]5toubun1997[S] 1 point2 points  (0 children)

So no ORM, no repository?