June 14, 2022

How to write a recursive SQL query

Let's see how to write a recursive SQL query with PostgreSQL's CTE (Common Table Expressions) and ActiveRecord

Read more
October 25, 2021

How to have UUID primary keys with PostgreSQL

Step-by-step tutorial on how to enable and use UUID primary keys in your Rails application

Read more