verdaccio-pg-storage
v1.0.3
Published
Storage plugin to host packages PostgreSQL
Downloads
10
Maintainers
Readme
verdaccio-pg-storage
📦 PostgreSQL storage plugin for Verdaccio
Basic Requirements
- PostgreSQL >= 9.3
- Verdaccio Server >= 4.0
npm install -g verdaccio
Usage
npm install verdaccio-pg-storage
In your verdaccio config, configure
store:
pg-storage:
url: your-pg-connection-url # OR you can specify using environment POSTGRES_URL.
TODO
- [ ] Add Tests
- [x] Add Docs
- [x] Optimize File Uploading
- [x] Make Migration
- [x] Reorganize Log Messages
- [ ] Build With CI