Postgres JSONB
JSONB is a nifty Postgres type that allows you to store unstructured data inside of Postgres. A common use case of JSONB is to represent a mapping from a set of keys to arbitrary values. JSONB is nice for this … Read the rest
The post Postgres JSONB appeared first on malisper.me.
评论
?
参与讨论