ci-pg-restore
Version:
A cached perf optimized restoration of a PostgreSQL database dump
27 lines (26 loc) • 596 B
JSON
{
"name": "ci-pg-restore",
"description": "A cached perf optimized restoration of a PostgreSQL database dump",
"version": "1.3.2",
"license": "MIT",
"keywords": [
"PostgreSQL",
"pg_dump",
"template",
"SQL"
],
"bin": {
"ci-pg-restore": "./ci-pg-restore"
},
"scripts": {
"test": "tests/all.sh",
"psql": "tests/psql.sh",
"docs": "internal/docs.sh",
"clean": "rm -rf node_modules",
"deploy": "internal/docs.sh && npm publish --access=public"
},
"repository": {
"type": "git",
"url": "git://github.com/dimikot/ci-pg-restore"
}
}