oguimbal / pg-mem

An in memory postgres DB instance for your unit tests
MIT License
1.89k stars 94 forks source link

Adapter for Postgres.js #386

Open darkgnotic opened 4 months ago

darkgnotic commented 4 months ago

Would it be possible to have an adapter for the Postgres.js library?

https://github.com/porsager/postgres

smcclure17 commented 3 months ago

I'm interested in the same feature--

We could maybe do something like https://github.com/oguimbal/pg-mem/pull/398 for this, but it would require more work and scoping.

nascjoao commented 2 months ago

Hello! Just coming here to comment that I would love to have this adapter. Appreciate all effort on it!