Quantcast
Channel: Dave Copeland :ruby:
Viewing all articles
Browse latest Browse all 489

Article 0

$
0
0

I worked on a Go project that had no ORM and it just sucked because you end up writing a shitty ORM to avoid having SQL/column names all over the place.

Using an ORM like hibernate or Active Record JUST to access the database can save a ton of time/headspace and make everything easier.

Adding domain logic on those “O's" is where bad things happen IME.

That said, I've not discovered a DB design/schema mgmt tool that helps with good DB design. Rails’ is OK, not great.
social.polotek.net/@polotek/11


Viewing all articles
Browse latest Browse all 489