The (not so) Weekly Fitz
  • Home
  • Serverless
  • Swift
Subscribe

SQL

A collection of 3 posts
Prevent TypeORM from eating up all your memory
SQL

Prevent TypeORM from eating up all your memory

Recently, a client told me that the code I had written to sync their systems and a new datasource blew up their AWS EC2 instances. Apparently, the synchronisation engine kept getting killed for using up too much memory. More than a few gigabytes, actually. To sync a few tens of
Apr 25, 2022 — 6 min read
Complex-ish SQL queries in Typescript using TypeORM
Typescript

Complex-ish SQL queries in Typescript using TypeORM

I have, as a teenager, fiddled around with phpMyAdmin when fooling around with WordPress and OGSpy, back when OGSTeam still relied on SVN for versioning, and I didn't know crap about development, let alone architecture.
Feb 7, 2022 — 5 min read
How to retrieve a nested relationship using TypeORM
SQL

How to retrieve a nested relationship using TypeORM

You have a TypeORM entity. It has a relationship. The relationship entity has a nested relationship to a third. And you need that third entity to save the world and crack the bank vault open. How the hell do we get it?
Oct 19, 2021 — 1 min read
The (not so) Weekly Fitz © 2022
Powered by Ghost