garageScript / databases

Play with databases without account
https://learndatabases.dev/
7 stars 11 forks source link

[DNM] closes #232 - Arango functions to stop/start server, and create/delete account #233

Closed anthonykhoa closed 4 years ago

anthonykhoa commented 4 years ago

Functions to start and stop a connection to an Arango database, as well as delete and create users from an Arango database, need to be created. These functions are needed before creating the API routes that will call those functions.

This PR will:

codecov[bot] commented 4 years ago

Codecov Report

Merging #233 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #233   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        13    +1     
  Lines          445       481   +36     
  Branches        43        50    +7     
=========================================
+ Hits           445       481   +36     
Impacted Files Coverage Δ
database/arango/arango.js 100.00% <100.00%> (ø)
database/elasticsearch/elastic.js 100.00% <100.00%> (ø)
lib/sendFetch.js 100.00% <100.00%> (ø)
src/server.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 642b583...fe193b8. Read the comment docs.