{"library":"mongodb-shell-to-url","type":"library","category":null,"description":"A small utility (v0.1.0, last updated 2016) that converts MongoDB shell connection strings from Atlas into a standard MongoDB URL. Maintained by MongoDB-js, it parses shell commands like `mongo \"mongodb://...\" --ssl --username user` and outputs a connection URL with parameters. Known limitations: requires double-quoted URI, ignores password (replaces with PASSWORD), does not support --hostname/--port, and only works when the URL contains a query string. Not actively developed; considered stable for its narrow use case.","language":"javascript","status":"maintenance","version":"0.1.0","tags":["javascript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mongodb-shell-to-url","imports":["import shellToUrl from 'mongodb-shell-to-url';","const shellToUrl = require('mongodb-shell-to-url');","import shellToUrl from 'mongodb-shell-to-url';"]},{"cmd":"yarn add mongodb-shell-to-url","imports":[]},{"cmd":"pnpm add mongodb-shell-to-url","imports":[]}],"homepage":"http://github.com/mongodb-js/mongodb-shell-to-url","github":"git://github.com/mongodb-js/mongodb-shell-to-url","docs":null,"changelog":null,"pypi":null,"npm":"mongodb-shell-to-url","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}