init method

void init()

Implementation

void init() {
  ptrDb = calloc<duckdb_database>();
  ptrCon = calloc<duckdb_connection>();
}