Skip to content

SQL to MongoDB command line commands converter

Notifications You must be signed in to change notification settings

RooBarsic/Azula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azula - SQL to MongoDB command line commands converter

At the input, the converter receives an SQL query and issues the corresponding MongoDB query.

Sample input: SELECT * FROM sales LIMIT 10

Sample output: db.sales.find({}).limit(10)

Supported query types

SELECT

Supported options :

- WHERE. supported complex conditions like ((a > 5) AND ((b < 10) OR (c = 45) OR (d <> 16)) AND (e < 19))
- SKIP
- LIMIT

About

SQL to MongoDB command line commands converter

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages