Live data from Hacker News

Ask HN: What are some cool new technologies/databases to learn up?

news.ycombinator.com

1–5 of 5 posts

Re: Ask HN: What are some cool new technologies/databases to learn up?

#2
Postgres, though not new, has some incredibly powerful features these days that make it worth investing in.

- JSONB column type, get NoSQL-esque document storage when you need it.

- Generated columns, computed from other columns without the need to maintain triggers or syncing app code

- Extensions, all kinds of OSS and SaaS-based extensions that add powerful facets to your DB

Re: Ask HN: What are some cool new technologies/databases to learn up?

#3

Postgres, though not new, has some incredibly powerful features these days that make it worth investing in. - JSONB column type, get NoSQL-esque document storage when you need it. - Generated columns, computed from other columns without the need to maintain triggers or syncing app code - Extensions, all kinds of OSS and SaaS-based extensions that add powerful facets to your DB

thanks, already am pretty skilled with it :) looking for something more niche for fun and ideas :)