SQL-to-NoSQL icon indicating copy to clipboard operation
SQL-to-NoSQL copied to clipboard

Run SQL scripts on your NoSQL databases!

Results 2 SQL-to-NoSQL issues
Sort by recently updated
recently updated
newest added

1. Added docker-compose that deploys a mongodb server. Run ``` docker-compose up ``` 2. Added a sample file that can be run using: ``` node sample/index.js ``` It must run...

Math Operations - [ ] COUNT - [ ] SUM - [ ] AVG - [ ] MIN - [ ] MAX

enhancement