Olivier Guimbal
Olivier Guimbal
That may also be a Typorm version issue. I know that `0.2.29` works. Have you installed this version ? (`cat node_modules/typeorm/package.json | grep version` ... the minor version counts, I...
You're right. [This might](https://github.com/oguimbal/pg-mem/issues/153#issuecomment-1019103259) also be usefull to workaround this problem.
Hi ! Thanks for the report Easy one. The parser part is OK (see commit above)... i'll ship that with next pg-mem release (I have something to finish first)
I am, and if it is feasible, it will :)
Not a problem... pg-mem is not specific to the `pg` library. As long as Prisma is issuing PosgreSQL queries, it should be okay. The only thing that must be done...
Yup. I looked a bit into prisma, and it turns out that SQL queries are issued by Rust. (I didnt know Prisma was written in Rust !). (node) [prisma](https://github.com/prisma/prisma) ->...
For the record, to solve this, I've started working on [pg-server](https://github.com/oguimbal/pg-server), a library that can fake a postgres database. I'm working on integrating it with [pg-mem](https://github.com/oguimbal/pg-mem), which requires some refactoring...
Hi, nothing new... I've worked on the refactoring I mentioned, but I've had a rough month at work, so I couldnt finish it yet. Sorry 😶 This is definitely still...
Hi ! I had very little time to work on pg-mem last year, but that's changing, and Prisma support is one of the the two most important issues for me....
Updated with some bugfixes + several unit tests (generated from ethersjs AbiEncoder behaviour)