CodeFaster

CodeFaster

PostGres is enough, but is it fast to code?

Tyler Adams's avatar
Tyler Adams
Feb 06, 2024
∙ Paid
1
Share

Digging into the examples, there’s two separate claims in which “PSQL is enough” according to today’s top post on HN.

  1. PSQL can handle all your data

  2. PSQL can handle all your data operations

A simple difference

The difference between data and operations can be explained with two examples:

CodeFaster is a reader-supported publication. To receive new posts and support my work, consider becoming a free or paid subscriber.

example 1 I need to store customer records and have a message queue for incoming requestions. I could do it in psql for storage and redis for queuing, or just psql.

example 2 I need to store customer records and run a cron job on them daily. I could do it in psql for storage and use a system cron, or I could do cron within psql.

PSQL can handle all your data

The claim is you don’t need to use other dbs, you can do it all with psql.

This is awesome for a fast coder. You don’t need to use a different technology for things like nosql, graphql or message queuing. We can use one technol…

This post is for paid subscribers

Already a paid subscriber? Sign in
© 2025 Tyler Adams
Privacy ∙ Terms ∙ Collection notice
Start writingGet the app
Substack is the home for great culture