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 JSONB column support #275

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Add JSONB column support #275

wants to merge 5 commits into from

Conversation

Krizz
Copy link

@Krizz Krizz commented Jul 6, 2021

This pull request adds JSONB column type support.

@Krizz Krizz closed this Jul 12, 2021
@tyrauber
Copy link

tyrauber commented Feb 5, 2023

@Krizz, do you remember why you closed this pull request? Seems to me jsonb column support instead of hstore columns would be very useful.

@Krizz Krizz reopened this Feb 16, 2023
@Krizz
Copy link
Author

Krizz commented Feb 16, 2023

@tyrauber Becuase the go.mod file was referencing my own repository and then I forgot about that pull request. Reopening it now.

@tyrauber
Copy link

@Krizz That'd be great! Native jsonb is definitely preferable to hstore IMO. Let me know if I can help in anyway.

@tyrauber
Copy link

@Krizz, Would you mind rebasing off master?

@olt, may we get eyes on this? It would be really nice to have jsonb as an option instead of hstore. JSONb doesn't require an extension, performs better and is easier to query for nested data.

Thank you @Krizz for opening this back up.

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.

2 participants