Ask HN: What are some cool new technologies/databases to learn up? 1 points by scalatohaskell 5y ago ↗ HN
[–] jbranchaud 5y ago ↗ 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 [–] scalatohaskell 5y ago ↗ thanks, already am pretty skilled with it :) looking for something more niche for fun and ideas :)
[–] scalatohaskell 5y ago ↗ thanks, already am pretty skilled with it :) looking for something more niche for fun and ideas :)
4 comments
[ 3.1 ms ] story [ 17.3 ms ] thread- 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