server icon indicating copy to clipboard operation
server copied to clipboard

Create Connections Services

Open esteininger opened this issue 9 months ago • 1 comments

Enable users to create a new connection which adds to the DB

Pre-Requisites:

  • test to see if the connection is valid
  • check if connection exists already
  • engines supported:
    • mongodb
    • postgres
    • s3

Services:

  • get
  • create
  • sample/db
  • sample/db/collection
  • delete

each connection has a connection_id which is referenced wherever

esteininger avatar May 07 '24 00:05 esteininger