Hacker News new | ask | show | jobs
by jcoffland 3480 days ago
Probably every modern SQL API supports safe query construction with out a third-party query builder. Building queries with simple string concatination is a bad idea but that's not a justification for the complexity of ORM.