{"id":16470612,"url":"https://github.com/remrkabledev/postgres-pgnode_module","last_synced_at":"2026-06-08T13:32:20.418Z","repository":{"id":42190873,"uuid":"165082212","full_name":"reMRKableDev/postgres-pgnode_module","owner":"reMRKableDev","description":"A short introduction to using the pg module on nodejs","archived":false,"fork":false,"pushed_at":"2023-07-18T22:18:17.000Z","size":160,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-23T13:16:15.204Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reMRKableDev.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}},"created_at":"2019-01-10T15:19:00.000Z","updated_at":"2023-03-09T00:35:19.000Z","dependencies_parsed_at":"2024-10-11T12:11:21.643Z","dependency_job_id":null,"html_url":"https://github.com/reMRKableDev/postgres-pgnode_module","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reMRKableDev/postgres-pgnode_module","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Fpostgres-pgnode_module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Fpostgres-pgnode_module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Fpostgres-pgnode_module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Fpostgres-pgnode_module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reMRKableDev","download_url":"https://codeload.github.com/reMRKableDev/postgres-pgnode_module/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Fpostgres-pgnode_module/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34065349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-11T12:11:18.853Z","updated_at":"2026-06-08T13:32:20.401Z","avatar_url":"https://github.com/reMRKableDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# postgres-pgnode_module\n\nA short introduction to using the pg module on nodejs.\n\n## Getting Started\n\nSample database operations ran from a node application.\nRemember to change the Pool information in the 'config.js' file to match your system's db variables:\n\n```\nconst pool = new Pool({\n    database: YOUR DATABASE,\n    host: YOUR HOST,\n    user: YOUR USER,\n    // also password if you have it setup.\n});\n```\n\n### Prerequisites\n\nWhat things you need to install the software and how to install them\n\n```\nnode\npostgresql\npg module\n```\n\n### How To:\n\nTo use the examples provided:\n\n```\n1. Clone repo.\n2. Run 'npm install' on your local repo so as to get the required dependencies.\n3. Choose desired folder + run node apps.\n\n```\n\nRemember that you can only run the \"node app.js\" when you are in a folder with an app.js.\n\nOBS: At the top of some files you will see /_ eslint-disable no-console _/ line. Ignore this as I have been using eslint tool and needed to pass this so that the console methods didn't throw an error.\n\nHave fun :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremrkabledev%2Fpostgres-pgnode_module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremrkabledev%2Fpostgres-pgnode_module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremrkabledev%2Fpostgres-pgnode_module/lists"}