{"library":"codeceptjs-postgresqlhelper","type":"library","category":null,"description":"CodeceptJS helper (version 1.0.1) designed to streamline end-to-end testing against PostgreSQL databases. This package allows developers to execute raw SQL queries directly from their CodeceptJS test scenarios, which is crucial for setting up test data, verifying database states, and cleaning up after tests. It integrates into the CodeceptJS ecosystem by being configured in `codecept.conf.js` and exposing its methods via the framework's actor object (`I`). This helper differentiates itself from general PostgreSQL client libraries by providing a test-centric interface within the CodeceptJS testing paradigm. The project is maintained by Percona-Lab, with its release cadence currently driven by community contributions and specific project needs.","language":"javascript","status":"active","version":"1.0.1","tags":["javascript","codeceptjs","postgresql","postgres","helper"],"last_verified":"Wed May 27","install":[{"cmd":"npm install codeceptjs-postgresqlhelper","imports":["const PostgresqlDBHelper = require('codeceptjs-postgresqlhelper');","    helpers: {\n      PostgresqlDBHelper: {\n          require: 'codeceptjs-postgresqlhelper',\n          // ... configuration options\n      }\n    }","await I.runQuery('SELECT * FROM my_table;');"]},{"cmd":"yarn add codeceptjs-postgresqlhelper","imports":[]},{"cmd":"pnpm add codeceptjs-postgresqlhelper","imports":[]}],"homepage":null,"github":"https://github.com/Percona-Lab/codeceptjs-postgresqlhelper","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/codeceptjs-postgresqlhelper","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/codeceptjs-postgresqlhelper/compatibility"}}