{"id":15684967,"url":"https://github.com/erfanium/mongo_next","last_synced_at":"2025-08-14T11:50:48.935Z","repository":{"id":101521983,"uuid":"487859355","full_name":"erfanium/mongo_next","owner":"erfanium","description":null,"archived":false,"fork":false,"pushed_at":"2022-08-09T20:31:39.000Z","size":394,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-05T12:46:10.881Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erfanium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2022-05-02T13:39:58.000Z","updated_at":"2022-05-14T03:55:37.000Z","dependencies_parsed_at":"2024-04-21T07:45:33.808Z","dependency_job_id":null,"html_url":"https://github.com/erfanium/mongo_next","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/erfanium%2Fmongo_next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanium%2Fmongo_next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanium%2Fmongo_next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanium%2Fmongo_next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erfanium","download_url":"https://codeload.github.com/erfanium/mongo_next/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246308051,"owners_count":20756482,"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-10-03T17:22:39.744Z","updated_at":"2025-03-30T11:11:24.755Z","avatar_url":"https://github.com/erfanium.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deno MongoDB Driver\n\n(experimental) full-featured MongoDB driver for Deno.\n\n- Use with `no-check` and `unstable` flags for now\n\n```ts\nimport { MongoClient } from \"https://cdn.jsdelivr.net/gh/erfanium/mongo_next/src/index.ts\";\n\nconst client = new MongoClient(\"mongodb://localhost:27017/test\");\n\nawait client.connect();\nconsole.log(\"connected\");\n\nconst bulk = client.db(\"test\")\n  .collection(\"test\")\n  .initializeUnorderedBulkOp();\nbulk.find({}).updateOne({ $set: { a: 1 } });\n\nconst result = await bulk.execute();\n\nconsole.log(result);\n```\n\n## Roadmap\n\nif you are interested to contribute to this project, we're planning to do these\ntasks:\n\n- remove all `std/node` dependencies\n- use `x/web_bson` as bson library\n- refactor callback based apis with async functions\n- use async iterators instead of node's streams (in cursors)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferfanium%2Fmongo_next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferfanium%2Fmongo_next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferfanium%2Fmongo_next/lists"}