Sign inSign up

andrewmishchenko/sqltomongo

By andrewmishchenko

Updated over 9 years ago

Sqltomongo! Translates SQL queries to MongoDB queries.

Image
0

109

andrewmishchenko/sqltomongo repository overview

How to try sqltomongo:

  1. sudo docker run -it andrewmishchenko/sqltomongo:try - runs without database on standart host - "localhost" and port - "27017";
  2. sudo docker run -it andrewmishchenko/sqltomongo:try test your_host - runs with "test" database, with host "your_host" and port - "27017";
  3. sudo docker run -it andrewmishchenko/sqltomongo:try test your_host 27017 - runs with "test" database, with host "your_host" and port "27017".

Tag summary

Content type

Image

Digest

Size

327.4 MB

Last updated

over 9 years ago

docker pull andrewmishchenko/sqltomongo:try