UNPKG

@clickup/pg-id

Version:

Generate randomly-looking never repeating primary key ids and more

39 lines (38 loc) 1.18 kB
{ "name": "@clickup/pg-id", "description": "Generate randomly-looking never repeating primary key ids and more", "version": "2.12.2", "license": "MIT", "keywords": [ "PostgreSQL", "primary key", "id generation", "unique identifier", "bigint", "Feistel cipher", "non-repeating", "timestamp", "monotonic", "database", "btree index", "encryption", "sharding", "sequence", "data security" ], "scripts": { "build": ": No build step.", "lint": ": No lint step.", "test": ": No test step.", "test:db": "set -e; FILES=(functions/__tests__/test_*.sql); f() { if [ \"$1\" != \"\" ]; then FILES=(functions/__tests__/$1); fi; for f in ${FILES[@]}; do echo == $f; yarn psql -v ON_ERROR_STOP=on -f $f; echo; echo; done; }; f", "docs": ": No docs to generate.", "clean": ": No clean step.", "copy-package-to-public-dir": "copy-package-to-public-dir.sh --exclude=pg-id-consts.sql", "backport-package-from-public-dir": "backport-package-from-public-dir.sh", "deploy": "npm publish --access=public" }, "repository": { "type": "git", "url": "git://github.com/clickup/pg-id" } }