Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
node-couchdb-management
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sachinda
node-couchdb-management
Commits
29e7d1f2
Commit
29e7d1f2
authored
Sep 03, 2020
by
Sachinda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
3abfd209
Pipeline
#8702
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
index.js
index.js
+0
-1
package.json
package.json
+1
-1
No files found.
coutch_db_create
.js
→
index
.js
View file @
29e7d1f2
//const nano = require('nano')('http://' + couch_user + ':' + couch_password + '@vg_prodsupp_couchdb:5984');
const
hash
=
require
(
'object-hash'
);
const
Schema
=
require
(
"validate"
);
const
e
=
require
(
'express'
);
function
generateSchema
()
{
return
new
Promise
(
async
(
resolve
,
reject
)
=>
{
...
...
package.json
View file @
29e7d1f2
...
...
@@ -2,7 +2,7 @@
"name"
:
"coutch_db_create"
,
"version"
:
"1.0.0"
,
"description"
:
"ls -l"
,
"main"
:
"
coutch_db_create
.js"
,
"main"
:
"
index
.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment