2do2go / json-sql

Node.js library for mapping mongo-style query objects to SQL queries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Support for conversion of BSON `ObjectId` to `String`

titanism opened this issue · comments

It would be great if we could have MongoDB BSON ObjectId values converted automatically to String instead of being removed from the query. I'd gladly make a PR if this is still maintained, let us know.