Hacker News new | ask | show | jobs
by dplgk 2886 days ago
In what situation is JSONField not available but other third-party modules are?
1 comments

JSONField is specific to PostgreSQL [1]. If you're working in Django and are bound to some other vendor, RDMS-agnostic solution is handy.

[1] https://docs.djangoproject.com/en/2.0/ref/contrib/postgres/f...