{"id":18304599,"url":"https://github.com/numtel/pg-server-9.4-linux-x64","last_synced_at":"2025-11-05T19:01:42.541Z","repository":{"id":31649728,"uuid":"35215026","full_name":"numtel/pg-server-9.4-linux-x64","owner":"numtel","description":"PostgreSQL Server 9.4 for Linux x86 64-bit NPM Package","archived":false,"fork":false,"pushed_at":"2015-07-14T21:52:08.000Z","size":37616,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T04:42:39.189Z","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/numtel.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}},"created_at":"2015-05-07T10:57:15.000Z","updated_at":"2020-08-04T06:25:08.000Z","dependencies_parsed_at":"2022-08-26T01:11:27.031Z","dependency_job_id":null,"html_url":"https://github.com/numtel/pg-server-9.4-linux-x64","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/numtel%2Fpg-server-9.4-linux-x64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtel%2Fpg-server-9.4-linux-x64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtel%2Fpg-server-9.4-linux-x64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtel%2Fpg-server-9.4-linux-x64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/numtel","download_url":"https://codeload.github.com/numtel/pg-server-9.4-linux-x64/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248021521,"owners_count":21034689,"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-11-05T15:29:30.200Z","updated_at":"2025-11-05T19:01:42.473Z","avatar_url":"https://github.com/numtel.png","language":"PLpgSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PostgreSQL Server 9.4 for Linux x86 64-bit\n\nInstall and run [PostgreSQL server](http://www.postgresql.org) under the current user inside of the application directory.\n\n```\nnpm install pg-server-9.4-linux-x64\n```\n\nProvides function for spawning PostgreSQL server instance specifying the data directory and configuration options. Returns [`ChildProcess`](https://nodejs.org/api/child_process.html#child_process_class_childprocess).\n\n```javascript\nvar startServer = require('pg-server-9.4-linux-x64');\n\n/*\n * Start the PostgreSQL server\n * @param {String} dataDir Directory will be initialized if does not exist\n * @param {Object} config  Settings for postgresql.conf\n */\nvar postgres = startServer('dbdata', { port: 12345 });\n\npostgres.stdout.on('data', function (data) {\n  console.log('stdout: ' + data);\n});\n\npostgres.stderr.on('data', function (data) {\n  console.log('stderr: ' + data);\n});\n\npostgres.on('close', function (code) {\n  console.log('child process exited with code ' + code);\n});\n\n// Later on, stop server...\npostgres.kill();\n\n```\n\n## Default Settings\n\n* Default user name will be the the same as the user name for on the system. \n* Default password is `numtel` as specified in the `defaultpw` file.\n* Default database is `postgres`.\n* Default port is `5432` (may be changed with `port` configuration setting).\n\n## License\n\nPostgreSQL\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumtel%2Fpg-server-9.4-linux-x64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumtel%2Fpg-server-9.4-linux-x64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumtel%2Fpg-server-9.4-linux-x64/lists"}