BasicConnection

Database connection class

struct BasicConnection (
D
) {
string uri_;
int rowArraySize_;
}

Meta