sindresorhus / awesome-nodejs

:zap: Delightful Node.js packages and resources
https://node.cool
Creative Commons Zero v1.0 Universal
58.34k stars 5.83k forks source link

Add pg-mem #1092

Closed oguimbal closed 3 years ago

oguimbal commented 3 years ago

Hi !

Would you consider adding pg-mem to this list ?

It's a pure js in-memory postgres database emulator easing unit/integration testing.

It also implements adapters which allow to wrap an in-memory db to some awesome nodejs db libs.

👉 Play with it here

Why is it worth it ?

When testing code that use a db, you usually have to choose between those options :

pg-mem is another option, which:

See FAQ for details.