2Toad/node-teradata

Add 'initialized' Property

JasonPierce opened this issue · 0 comments

Acceptance Criteria

  1. initialized exists on the node-teradata instance
  2. Is a read-only boolean property (not a function)
  3. false by default
  4. true after the node-teradata instance is successfully initialized
  5. Documentation is updated

Notes
We can check this.pool to determine whether or not the instance has been initialized.