{"id":22870882,"url":"https://github.com/percona-lab/codeceptjs-postgresqlhelper","last_synced_at":"2025-03-31T11:27:16.841Z","repository":{"id":57685428,"uuid":"490198690","full_name":"Percona-Lab/codeceptjs-postgresqlhelper","owner":"Percona-Lab","description":"CodeceptJS helper to execute queries on PostgreSQL database","archived":false,"fork":false,"pushed_at":"2022-05-12T15:14:04.000Z","size":16,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-18T11:12:29.387Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Percona-Lab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-09T08:33:03.000Z","updated_at":"2022-05-09T15:48:10.000Z","dependencies_parsed_at":"2022-09-19T08:40:47.798Z","dependency_job_id":null,"html_url":"https://github.com/Percona-Lab/codeceptjs-postgresqlhelper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Percona-Lab%2Fcodeceptjs-postgresqlhelper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Percona-Lab%2Fcodeceptjs-postgresqlhelper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Percona-Lab%2Fcodeceptjs-postgresqlhelper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Percona-Lab%2Fcodeceptjs-postgresqlhelper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Percona-Lab","download_url":"https://codeload.github.com/Percona-Lab/codeceptjs-postgresqlhelper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246460591,"owners_count":20781155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-13T13:16:29.430Z","updated_at":"2025-03-31T11:27:16.811Z","avatar_url":"https://github.com/Percona-Lab.png","language":"JavaScript","readme":"# codeceptjs-postgresqlhelper\nCodeceptJS helper to execute queries on PostgreSQL database\n\n## Installation\n\n```js\nnpm i codeceptjs-postgresqlhelper\n```\n\n## Configuration\n\nThis helper should be configured in `codecept.conf.js`\n\nExample:\n\n```js\n{\n  //...\n   helpers: {\n     PostgresqlDBHelper: {\n          require: 'codeceptjs-postgresqlhelper',\n           host: '127.0.0.1', \n           port: 5432,\n           user: 'postgres',\n           password: 'postgres',\n           database: 'postgres',\n        },\n  //...\n}\n```\n\nTo use this helper you need to provide the following info:\n\n- `host`: hostname or IP address of the PostgreSQL instance\n- `port`: port\n- `user`: username\n- `password`: password\n- `database`: database to which you want to connect\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpercona-lab%2Fcodeceptjs-postgresqlhelper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpercona-lab%2Fcodeceptjs-postgresqlhelper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpercona-lab%2Fcodeceptjs-postgresqlhelper/lists"}