Method EnsureDatabaseAsync()
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()
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()