This pull request is to add support for MongoDB.
MongoDB support is considered a wrapper around the official MongoDB SDK because there is no language parsing like SQL offers. To support this, we dynamically build the function in a safe way so that people cannot run whatever they want when passing in a raw query.
Purpose
This pull request is to add support for MongoDB. MongoDB support is considered a wrapper around the official MongoDB SDK because there is no language parsing like SQL offers. To support this, we dynamically build the function in a safe way so that people cannot run whatever they want when passing in a raw query.
Tasks