{"id":18304578,"url":"https://github.com/numtel/pg-server-9.4-osx-x64","last_synced_at":"2025-04-09T10:37:49.774Z","repository":{"id":31650892,"uuid":"35216206","full_name":"numtel/pg-server-9.4-osx-x64","owner":"numtel","description":"PostgreSQL Server 9.4 for Mac OSX x86 64-bit NPM Package","archived":false,"fork":false,"pushed_at":"2015-07-14T22:01:05.000Z","size":24660,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T21:45:49.421Z","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-07T11:27:12.000Z","updated_at":"2015-05-07T20:24:52.000Z","dependencies_parsed_at":"2022-08-02T22:00:07.592Z","dependency_job_id":null,"html_url":"https://github.com/numtel/pg-server-9.4-osx-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-osx-x64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtel%2Fpg-server-9.4-osx-x64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtel%2Fpg-server-9.4-osx-x64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtel%2Fpg-server-9.4-osx-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-osx-x64/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247625959,"owners_count":20969208,"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:25.893Z","updated_at":"2025-04-09T10:37:49.738Z","avatar_url":"https://github.com/numtel.png","language":"PLpgSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PostgreSQL Server 9.4 for Mac OSX 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-osx-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-osx-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-osx-x64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumtel%2Fpg-server-9.4-osx-x64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumtel%2Fpg-server-9.4-osx-x64/lists"}