top | item 23978976 Ask HN: What are some cool new technologies/databases to learn up? 1 points| scalatohaskell | 5 years ago 4 comments order hn newest jbranchaud|5 years 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|5 years ago thanks, already am pretty skilled with it :) looking for something more niche for fun and ideas :) verdverm|5 years ago https://cuelang.org giantg2|5 years ago Maybe quantum related stuff like Q#.
jbranchaud|5 years 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|5 years ago thanks, already am pretty skilled with it :) looking for something more niche for fun and ideas :)
scalatohaskell|5 years ago thanks, already am pretty skilled with it :) looking for something more niche for fun and ideas :)
jbranchaud|5 years ago
- 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|5 years ago
verdverm|5 years ago
giantg2|5 years ago