Adapter
A public adapter class.
Usage
Adapter(backend)Parameters
backend: str-
Backend identifier.
Methods
| Name | Description |
|---|---|
| connect() | Connect to the backend. |
connect()
Connect to the backend.
Usage
connect()Returns
bool-
Whether connection succeeded.