{"id":22202163,"url":"https://github.com/rumkin/singular-mongoose","last_synced_at":"2025-03-25T00:59:20.036Z","repository":{"id":57361773,"uuid":"76198383","full_name":"rumkin/singular-mongoose","owner":"rumkin","description":"Mongoose factory for singular app","archived":false,"fork":false,"pushed_at":"2017-01-17T19:19:04.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-02T23:05:23.069Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://npmjs.com/package/singular-mongoose","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rumkin.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-11T20:34:55.000Z","updated_at":"2016-12-11T20:40:45.000Z","dependencies_parsed_at":"2022-09-26T16:41:04.065Z","dependency_job_id":null,"html_url":"https://github.com/rumkin/singular-mongoose","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/rumkin%2Fsingular-mongoose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumkin%2Fsingular-mongoose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumkin%2Fsingular-mongoose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumkin%2Fsingular-mongoose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rumkin","download_url":"https://codeload.github.com/rumkin/singular-mongoose/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245377988,"owners_count":20605377,"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-12-02T16:12:37.039Z","updated_at":"2025-03-25T00:59:20.018Z","avatar_url":"https://github.com/rumkin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Singular Mongoose\n\nMongoose module for singular application.\n\n## Install\n\n```bash\nnpm i singular-mongoose\n```\n\n## Usage\n\nUsage example:\n\n```javascript\nconst Singular = require('singular');\n\nconst app = new Singular({\n    config: {\n        mongoose: {\n            host: 'localhost',\n            port: 27017,\n            base: 'test',\n        },\n    },\n});\n\napp.module(require('singular-mongoose'));\n\napp.inject('mongoose', (mongoose) =\u003e {\n   // ... \n});\n\n```\n\n## License\n\nMIT.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumkin%2Fsingular-mongoose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frumkin%2Fsingular-mongoose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumkin%2Fsingular-mongoose/lists"}