{"library":"mongo-to-mysql","type":"library","category":null,"description":"Utility to convert simple MongoDB query documents into equivalent MySQL SQL statements. Version 1.2.4 is the latest stable release; development appears stalled (no updates since 2019). Supports insert, update, and select with basic operators ($in, $nin, $eq, $ne, $gte, $gt, $lte, $lt) and update modifiers ($set, $inc). Lacks support for $or, $and, $not, nested documents, arrays, or projection. Outputs raw SQL strings without parameterization, posing SQL injection risk. Only works with CommonJS; no TypeScript typings.","language":"javascript","status":"maintenance","version":"1.2.4","tags":["javascript","mongo","mysql","transfer","util"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mongo-to-mysql","imports":["const MoMy = require('mongo-to-mysql')","const MoMy = require('mongo-to-mysql'); MoMy.insert(doc, table)","const MoMy = require('mongo-to-mysql'); MoMy.update(find, update, table)"]},{"cmd":"yarn add mongo-to-mysql","imports":[]},{"cmd":"pnpm add mongo-to-mysql","imports":[]}],"homepage":"https://github.com/wallgeek/mongo-to-mysql#readme","github":"https://github.com/wallgeek/mongo-to-mysql","docs":null,"changelog":null,"pypi":null,"npm":"mongo-to-mysql","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}