Method EnsureDatabaseAsync()

Assembly: redb.Core.dll

Ensures the REDB database schema exists.
If the core tables are not found, executes the full initialization script.
Safe to call on every startup — idempotent.

public virtual Task EnsureDatabaseAsync()