Client.connect

Static method that creates a Memgraph client instance. Return: client connection instance. If the connection couldn't be established given the params, it will return an unconnected instance.

  1. Client connect()
  2. Client connect(Params params)
    struct Client
    static
    connect

Meta