Schema constructor

Schema(
  1. DatabaseExecutor _db
)

Creates a new Schema tied to the given database executor.

Implementation

Schema(this._db);