is Hstore supported by bun? #304
Unanswered
OmerNinburg-RecoLabs
asked this question in
Q&A
Replies: 1 comment
-
See #291 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just migrated from go-pg and I am getting some errors on inserts from the following model:
the resulting insert query generated by bun for some dummy data is:
which is not a valid insert query for a hstore field
After looking in the bun git repo - I couldn't find the Hstore scanner and appender - does this mean bun does not support this?
Do I have any other way to migrate to bun without chaning my model?
Beta Was this translation helpful? Give feedback.
All reactions