+ + tl;dr - Slonik is my go-to Postgres driver for recent projects (mostly SvelteKit-based) – it is amazingly lightweight, simple and powerful. I prefer it even though it lacks time-saving ORM methods (ex. Model.save()). UPDATE (2023/05/09) As much as I loved using Slonik due to how lightweight it is, it just isn't a reasonable choice when compared with something like TypeORM. With issues like this one in the ecosystem, Slonik seems to constantly introduce breaking changes without brining t...