mongodb-data-api
mongodb-data-api copied to clipboard
MongoDB Atlas Data API SDK for @nodejs
### Describe the bug I am getting: error - (middleware)\node_modules\mongodb-data-api\dist\mongodb-data-api.esm.js (106:0) @ eval error - error.toJSON is not a function ### Reproduction -> mongodbDataApi.ts ` import { createMongoDBDataAPI } from...
Frameworks like [Next.js](https://nextjs.org/) and [Remix](https://remix.run/docs/en/v1/other-api/fetch#globally-available) polyfill `fetch` on the server and [`fetch` is also coming to node](https://blog.logrocket.com/fetch-api-node-js/). Replacing `axios` with `fetch` would decrease the package size which could be helpful...
### Clear and concise description of the problem Mongo Data API accepts request in json and ejson(extended json). The benefit of ejon is that it preserves the data time eg....