{"id":20205876,"url":"https://github.com/kaplanmaxe/async-mongo","last_synced_at":"2025-08-16T11:09:34.002Z","repository":{"id":57185722,"uuid":"106215488","full_name":"kaplanmaxe/async-mongo","owner":"kaplanmaxe","description":"Asynchronous wrapper for MongoDB","archived":false,"fork":false,"pushed_at":"2020-03-25T08:27:49.000Z","size":70,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-24T14:14:33.210Z","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/kaplanmaxe.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":"2017-10-08T22:51:18.000Z","updated_at":"2017-10-10T02:31:35.000Z","dependencies_parsed_at":"2022-09-06T04:11:22.993Z","dependency_job_id":null,"html_url":"https://github.com/kaplanmaxe/async-mongo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kaplanmaxe/async-mongo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaplanmaxe%2Fasync-mongo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaplanmaxe%2Fasync-mongo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaplanmaxe%2Fasync-mongo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaplanmaxe%2Fasync-mongo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaplanmaxe","download_url":"https://codeload.github.com/kaplanmaxe/async-mongo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaplanmaxe%2Fasync-mongo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270702562,"owners_count":24630877,"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-08-16T02:00:11.002Z","response_time":91,"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-11-14T05:19:53.067Z","updated_at":"2025-08-16T11:09:33.978Z","avatar_url":"https://github.com/kaplanmaxe.png","language":"JavaScript","readme":"# async-mongo\n\nAsynchronous wrapper for mongodb.\n\nNote: this is package is WIP.\n\n### Usage\n\n```javascript\nimport Mongo from 'async-mongo';\n\nMongo.connect('mongodb://localhost:27017/test', {}, (err, database) =\u003e {\n  return db.find({ testing: true});\n})\n.then(res =\u003e {\n  return db.insert({ testing: true})\n}, err =\u003e {\n  console.log('Docs not found');\n})\n.then(res =\u003e {\n  console.log('Docs inserted');\n});\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaplanmaxe%2Fasync-mongo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaplanmaxe%2Fasync-mongo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaplanmaxe%2Fasync-mongo/lists"}