MongoDB organization metadata stored as plain string
- Organization plugin
- MongoDB adapter
When adding custom metadata to an organization, it is stored as a JSON string in MongoDB. This mapping is unnecessary and suboptimal. While this behavior may be required for most database types, and so for the adapter, MongoDB natively supports JSON objects, and the metadata could be stored as such without stringifying it.
Would it be acceptable to open a PR to improve this behavior for MongoDB specifically, or is this not worth pursuing?
1 Reply
This is expected, we don't support
json
yet. However we will in the future