Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayecue/postgres-container
Easy to use module which starts a postgres docker container
https://github.com/ayecue/postgres-container
Last synced: 29 days ago
JSON representation
Easy to use module which starts a postgres docker container
- Host: GitHub
- URL: https://github.com/ayecue/postgres-container
- Owner: ayecue
- License: mit
- Created: 2017-08-01T21:02:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T10:14:22.000Z (over 6 years ago)
- Last Synced: 2024-12-17T01:55:15.515Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# postgres-container
Easy to use module which starts a postgres docker container.
## Where to use
Can be used for integration tests.
## Installation
```
npm install postgres-container --save-dev
```## How to use
I'll add a specific discription. For now just look at the tests for an example.