@alyx I use database/sql mostly at work. Squirrel is useful for conditional query building though. I'm not big on ORMs as they can build queries that may not perform optimally. In those cases, I've found myself fighting with the ORM to try and improve the query performance. Using database/sql gives me complete control of the query.