See all tags.

Articles tagged “postgresql”

How to teach your Node.js app to speak SQL without an ORM
published on Aug 18, 2021

I tell you how you can use plain-old SQL in your Typescript app while retaining type safety and preventing SQL injection at the same time.