pgmock2
Version:
An NPM module for mocking a connection to a PostgreSQL database.
21 lines (15 loc) • 436 B
Markdown
CHANGELOG
=========
2.1.0
-----
Using Docker Compose for testing.
* `npm run docker:test`
* `npm run test:docker`
Allow QueryConfig type to be passed when calling pool.query
Thank you, Dorinel Panaite!
Vulnerability patches.
Removed package-lock.json
I don't think this really needs to be in the repo. Also,
I think having it causes more problems than any benefit to
having it in the repo.
Added CHANGELOG.