Raw parameterised SQL instead of an ORM
One app, one database, one operator. An ORM would add a mapping layer and a migration dialect between me and a query I can already read. At this scale that is moving parts without a benefit.
More typing, and no free schema refactors. I write the migrations by hand and I keep the queries close to the tables.