{"id":27295187,"url":"https://github.com/jayydoesdev/roseamelia-easymongo-ts","last_synced_at":"2025-09-10T22:42:10.792Z","repository":{"id":143842743,"uuid":"373323159","full_name":"JayyDoesDev/roseamelia-easymongo-ts","owner":"JayyDoesDev","description":"This is a typescript version of @roseamelia/easymongo-ts","archived":false,"fork":false,"pushed_at":"2021-06-03T02:34:42.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T00:46:00.022Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JayyDoesDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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,"zenodo":null},"funding":{"github":["RoseAmelia"]}},"created_at":"2021-06-02T22:56:30.000Z","updated_at":"2021-06-03T02:34:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"d9a70cb7-5a15-4f60-bfaf-b76068d976ff","html_url":"https://github.com/JayyDoesDev/roseamelia-easymongo-ts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JayyDoesDev/roseamelia-easymongo-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayyDoesDev%2Froseamelia-easymongo-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayyDoesDev%2Froseamelia-easymongo-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayyDoesDev%2Froseamelia-easymongo-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayyDoesDev%2Froseamelia-easymongo-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JayyDoesDev","download_url":"https://codeload.github.com/JayyDoesDev/roseamelia-easymongo-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayyDoesDev%2Froseamelia-easymongo-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274536991,"owners_count":25303944,"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","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"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":"2025-04-11T22:58:32.164Z","updated_at":"2025-09-10T22:42:10.784Z","avatar_url":"https://github.com/JayyDoesDev.png","language":"TypeScript","funding_links":["https://github.com/sponsors/RoseAmelia"],"categories":[],"sub_categories":[],"readme":"# roseamelia/easymongo-ts\n This is a typescript version of [@roseamelia/easymongo](https://www.npmjs.com/package/@roseamelia/easymongo)\nAll credit goes to [RoseAmelia](https://github.com/RoseAmelia)\n\n\n## TypeScript Setup\n```typescript\nimport { MongoClient } from '.'\nconst mongo: MongoClient = new MongoClient({\n    useNewUrlParser: true,\n    useUnifiedTopology: true,\n    useFindAndModify: false,\n    useCreateIndex: true\n})\n\nmongo.connect(\"Mongodb Url\")\nmongo.on()\n\n```\n\n## JavaScript Setup\n```javascript\nconst { MongoClient } = require(\".\");\n\nconst mongo = new MongoClient({\n    useNewUrlParser: true,\n    useUnifiedTopology: true,\n    useFindAndModify: false,\n    useCreateIndex: true\n});\n\nmongo.connect(\"Mongodb url\");\nmongo.on();\n```\n\n## Credits\n[RoseAmelia](https://github.com/RoseAmelia)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayydoesdev%2Froseamelia-easymongo-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayydoesdev%2Froseamelia-easymongo-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayydoesdev%2Froseamelia-easymongo-ts/lists"}