{"library":"database-js-postgres","type":"library","category":null,"description":"database-js-postgres is a wrapper library designed to integrate PostgreSQL databases with the database-js framework. It utilizes the widely adopted node-postgres package under the hood to handle core database interactions, exposing its functionality through a consistent promise-based API, even when used independently of database-js. The library reached its latest stable version, 1.1.3, in late 2017. Given the lack of updates or commits since then, its release cadence is effectively ceased, and the project is considered unmaintained. Its primary differentiation was to provide a standardized interface within the database-js ecosystem, enabling a uniform approach to various SQL databases. However, its dependency on outdated Node.js versions and its CommonJS-only structure limit its applicability in modern JavaScript environments.","language":"javascript","status":"abandoned","version":"1.1.3","tags":["javascript","database-js","postgresql"],"last_verified":"Wed May 27","install":[{"cmd":"npm install database-js-postgres","imports":["const postgres = require('database-js-postgres');","const Database = require('database-js2').Connection;","const postgres = require('database-js-postgres');\nconst connection = postgres.open({ ... });"]},{"cmd":"yarn add database-js-postgres","imports":[]},{"cmd":"pnpm add database-js-postgres","imports":[]}],"homepage":null,"github":"https://github.com/mlaanderson/database-js-postgres","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/database-js-postgres","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/database-js-postgres/compatibility"}}