[Django]-Django orm JSONField for mysql

8👍

UPDATE

As of Django 3.2, it now supports JSONField and django-mysql JSONField is now deprecated.


Check out django-mysql.

Django-MySQL supports the JSON data type and related functions through JSONField plus some JSON database functions.

👤Guy S

0👍

You’ve already found django-jsonfield, but here are some recent discussions you may be interested in:

https://groups.google.com/forum/#!searchin/django-developers/mysql$20json%7Csort:relevance/django-developers/zfred27yVPg/U-4iNd_aAQAJ

https://groups.google.com/forum/#!searchin/django-developers/mysql$20json%7Csort:relevance/django-developers/sAgYOqBUvgI/aLQH6vx5CAAJ

AFAIK there isn’t anything native currently, but people seem interested in developing what you’re looking for.

Leave a comment