Edgar-Avila / sql2mql-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MySQL2Mongo

This project translates a very small subset of SQL to a mongo syntax and wraps it in a cli interface, with options to translate the query or execute it given a uri and db name.

Usage

Translate to mongo

sqlmql translate -f <file>

Execute mongo

sqlmql execute -f <file> -u <uri> -d <db_name> 

Get more help

sqlmql -h

Running with go

You can get the same result running the project with go run .

go run . translate -f examples/query.sql

About

License:Other


Languages

Language:Go 100.0%