Test DBS Connection

Test Flava DBS Connection

Select the DBS product and fill out the information for your service.
Before connecting, please check if ACL is set between the DB service and VM where CQA test app is running.









[Response]


    

Test Flava DBS Query

Input the database that was created in Flava.
Input the query and click the [Run] button.

Example for Query
show collections
{"find": "test_user", "filter": {}}
{"insert": "test_user", "documents": [{"username": "CQA", "email": "CQA@example.com"}]}
{"update": "test_user", "updates": [{"q": {"username": "CQA"}, "u": {"$set": {"email": "CQA_updated@example.com"}}}]}
{"delete": "test_user", "deletes": [{"q": {"username": "CQA"}}]}


Select Database


Query 1


Query 2


(2/5 fields)

[Response]


    

Test Flava DBS Info

Click the button for the information you want to see about the primary node or connected user.


Click to view the engine version of the current node.

Click to view the installed extensions for PostgreSQL.

Click to see the detailed parameters of the current node.

Click to view the privileges granted to the currently connected user.

Click to view the overall status and statistics since the service started.

Click to see the list of currently running queries. If your query is hanging, check here.


[Response]