For the life of me I can't find a simple example of just running something like
"SELECT * FROM MyTable"
in Ruby. Everything I'm finding assumes an ORM or Rails. For now, I don't want ORM; I don't want Rails. I'm looking for something standalone that uses the pg gem and executes a simple query.