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
Hello,
I'd like to able to store a pre-serialized string into a json or jsonb field with PostgreSQL.
I don't want any automatic (de-)serialization to happen, as the json data does not map to a single model.
Is this possible to achieve with NPoco? I see that WithDbType() exists but I'm not sure if is what I need.
WithDbType()
Thanks!
The text was updated successfully, but these errors were encountered:
Ahh, seems #189 might be related.
Sorry, something went wrong.
No branches or pull requests
Hello,
I'd like to able to store a pre-serialized string into a json or jsonb field with PostgreSQL.
I don't want any automatic (de-)serialization to happen, as the json data does not map to a single model.
Is this possible to achieve with NPoco? I see that
WithDbType()
exists but I'm not sure if is what I need.Thanks!
The text was updated successfully, but these errors were encountered: