Implementing the unnest function in pg-mem #403
Unanswered
lukasholzer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks, first of all this project is super awesome!
I'm currently in the progress of switching my tests to use pg-mem and I'm currently hitting a roadblock with many to many relationships where I'm using the
unnest
operation to create the joining table.I'm using pg-mem with kysely and in my code I have this function:
I'm wondering if someone had already faced this issue on implementing the unnest function in pg-mem.
I've already implemented some easy functions like uuid generation but this one seems more tricky!
Would appreciate your help folks!
Beta Was this translation helpful? Give feedback.
All reactions