We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d027c4 commit 83ef58dCopy full SHA for 83ef58d
.npmignore
@@ -0,0 +1,2 @@
1
+src
2
+test
package.json
@@ -2,6 +2,11 @@
"name": "sql-to-nosql",
3
"version": "0.0.1",
4
"description": "Run SQL quries on your Mongodb database.",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/ariflogs/SQL-to-NoSQL"
8
+ },
9
+ "homepage": "https://github.com/ariflogs/SQL-to-NoSQL",
10
"main": "src/index.js",
11
"scripts": {
12
"test": "echo \"Error: no test specified\" && exit 1"
0 commit comments