We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
EF7 added support for JSON columns, enabling to map the JSON structure inside a database column as entities and update their contents.
Describe the solution you'd like
We should explore how well this works with PostgreSQL and possibly create a test/sample demonstrating how to use it.
Related to https://gitter.im/json-api-dotnet-core/Lobby?at=635fc354dcbf067fdcbd5aab.
The text was updated successfully, but these errors were encountered:
In EF7, this only works on SQL Server. It's on the roadmap of EF8 to support other databases, address existing limitations and improve performance.
Sorry, something went wrong.
Related to #1271.
Closing in favor of #1439.
No branches or pull requests
Is your feature request related to a problem? Please describe.
EF7 added support for JSON columns, enabling to map the JSON structure inside a database column as entities and update their contents.
Describe the solution you'd like
We should explore how well this works with PostgreSQL and possibly create a test/sample demonstrating how to use it.
Related to https://gitter.im/json-api-dotnet-core/Lobby?at=635fc354dcbf067fdcbd5aab.
The text was updated successfully, but these errors were encountered: