DB Namespace
Classes
Connection
constructor
With the help of this method you can create a new instance of Connection.
Signature
constructor(String name, String backend, Object config) : String, String, Object
Parameters
- name
- Name of the connection
- Type: String
- backend
- Name of the backend
- Type: String
- config
- Backend configuration
- Type: Object
Returns
- String
- Name of the connection
- String
- Name of the backend
- Object
- Backend configuration