90% of the places where we have `fetchExists()` can be replaced with getting a row by a record with `.fetchOne()` and null checking. This makes code __significantly__ more readable.
90% of the places where we have
fetchExists()can be replaced with getting a row by a record with.fetchOne()and null checking.This makes code significantly more readable.