Method ExecuteSchemaScriptAsync(string)

Assembly: redb.Core.dll

Executes the full schema initialization SQL script against the database.
Provider-specific: e.g. MSSQL splits by GO batch separators.

protected abstract Task ExecuteSchemaScriptAsync(string sql)