Seeking Opportunities
Contact Me

Postgres Articles

ruby code using ROM to upsert player list into the players table

UPSERTing with ROM and Sequel

Imagine that you have a parent entity, say a baseball Team, that has-many Players. I want to have an edit page for the Team that includes the Players on the Team.

Read More

rom migration code to add a trigram index to a column in a table

Implementing Postgres Trigram Indexes in ROM

Trigram indexes are a cool feature of Postgres that make full text searches easier and faster.

Read More