gitlab-repo-db
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "gitlab-repo-db", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A database based on gitlab files", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -20,3 +20,5 @@ ## gitlab-repo-db | ||
const collection = DB.collection('test') | ||
// dbName存储文件的路径,支持 a/b/c写法 | ||
const dbName = 'test' | ||
const collection = DB.collection(dbName) | ||
@@ -23,0 +25,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5886
62