Skip to content

Does it support converting SQL to MongoDB Query Language (MQL, JSON format), #89

@china-zhz

Description

@china-zhz

Does it support converting SQL to MongoDB Query Language (MQL, JSON format), for example:
SELECT id, name FROM users WHERE id = 1
==>
{ "find": "users", "filter": { "id": 1 }, "projection": { "_id": 0, "id": 1, "name": 1 } }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions