Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JSON Column Type #91

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

markhuot
Copy link

This adds a native JSON column type. The nice thing about this is you can use Preparse to cache an arbitrary amount of data in to a JSON field and then have MySQL generated columns index on whatever keys you'd like out of that JSON. We're using this liberally to bubble some deeply nested relationships up to a grandparent so we can index/search/sort on it more easily.

/ht @pixleight for the work on this!

/note This is an updated PR from #90, which had some conflicts. This resolves those conflicts.

@markhuot
Copy link
Author

bump. Any interest in this?

@jalendport
Copy link
Owner

Yes, very interested, just haven't had any time lately to review and accept the PR - give me a month or so and I'll get it merged! Thanks for your patience 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants