{"id":22918192,"url":"https://github.com/stlbucket/pg-rls-generator","last_synced_at":"2026-02-04T16:02:13.193Z","repository":{"id":126756619,"uuid":"298419402","full_name":"stlbucket/pg-rls-generator","owner":"stlbucket","description":null,"archived":false,"fork":false,"pushed_at":"2020-09-30T00:12:13.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-07T04:15:14.196Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PLpgSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stlbucket.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-09-24T23:36:40.000Z","updated_at":"2020-09-30T00:12:16.000Z","dependencies_parsed_at":"2023-06-17T23:02:20.870Z","dependency_job_id":null,"html_url":"https://github.com/stlbucket/pg-rls-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stlbucket/pg-rls-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stlbucket%2Fpg-rls-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stlbucket%2Fpg-rls-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stlbucket%2Fpg-rls-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stlbucket%2Fpg-rls-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stlbucket","download_url":"https://codeload.github.com/stlbucket/pg-rls-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stlbucket%2Fpg-rls-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29089914,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-14T06:29:21.374Z","updated_at":"2026-02-04T16:02:13.187Z","avatar_url":"https://github.com/stlbucket.png","language":"PLpgSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"pg-fn-bucket\n============\n\na bucket of functions for pg\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/pg-fn-bucket.svg)](https://npmjs.org/package/pg-fn-bucket)\n[![Downloads/week](https://img.shields.io/npm/dw/pg-fn-bucket.svg)](https://npmjs.org/package/pg-fn-bucket)\n[![License](https://img.shields.io/npm/l/pg-fn-bucket.svg)](https://github.com/stlbucket/pg-fn-bucket/blob/master/package.json)\n\n\u003c!-- toc --\u003e\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n# Usage\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g pg-fn-bucket\n$ pg-fn-bucket COMMAND\nrunning command...\n$ pg-fn-bucket (-v|--version|version)\npg-fn-bucket/0.0.0 darwin-x64 node-v12.16.2\n$ pg-fn-bucket --help [COMMAND]\nUSAGE\n  $ pg-fn-bucket COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`pg-fn-bucket generate [FILE]`](#pg-fn-bucket-generate-file)\n* [`pg-fn-bucket hello [FILE]`](#pg-fn-bucket-hello-file)\n* [`pg-fn-bucket help [COMMAND]`](#pg-fn-bucket-help-command)\n* [`pg-fn-bucket init`](#pg-fn-bucket-init)\n* [`pg-fn-bucket release [FILE]`](#pg-fn-bucket-release-file)\n\n## `pg-fn-bucket generate [FILE]`\n\ngenerate all policy scripts\n\n```\nUSAGE\n  $ pg-fn-bucket generate [FILE]\n\nOPTIONS\n  -g, --help  show CLI help\n```\n\n_See code: [src/commands/generate.ts](https://github.com/stlbucket/pg-fn-bucket/blob/v0.0.0/src/commands/generate.ts)_\n\n## `pg-fn-bucket hello [FILE]`\n\ndescribe the command here\n\n```\nUSAGE\n  $ pg-fn-bucket hello [FILE]\n\nOPTIONS\n  -f, --force\n  -h, --help       show CLI help\n  -n, --name=name  name to print\n\nEXAMPLE\n  $ pg-fn-bucket hello\n  hello world from ./src/hello.ts!\n```\n\n_See code: [src/commands/hello.ts](https://github.com/stlbucket/pg-fn-bucket/blob/v0.0.0/src/commands/hello.ts)_\n\n## `pg-fn-bucket help [COMMAND]`\n\ndisplay help for pg-fn-bucket\n\n```\nUSAGE\n  $ pg-fn-bucket help [COMMAND]\n\nARGUMENTS\n  COMMAND  command to show help for\n\nOPTIONS\n  --all  see all commands in CLI\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.0/src/commands/help.ts)_\n\n## `pg-fn-bucket init`\n\ninitialize config and output directories\n\n```\nUSAGE\n  $ pg-fn-bucket init\n\nOPTIONS\n  -c, --connectionString=connectionString  (required) postgres connection string\n\n  -f, --force                              will reset the current-draft to the previous version or to default if this is\n                                           a new project\n\n  -h, --help                               show CLI help\n\n  -x, --forceAll                           will reset the entire project\n```\n\n_See code: [src/commands/init.ts](https://github.com/stlbucket/pg-fn-bucket/blob/v0.0.0/src/commands/init.ts)_\n\n## `pg-fn-bucket release [FILE]`\n\ncopy current-draft dir to a new release dir\n\n```\nUSAGE\n  $ pg-fn-bucket release [FILE]\n```\n\n_See code: [src/commands/release.ts](https://github.com/stlbucket/pg-fn-bucket/blob/v0.0.0/src/commands/release.ts)_\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstlbucket%2Fpg-rls-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstlbucket%2Fpg-rls-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstlbucket%2Fpg-rls-generator/lists"}