table method
Returns a QueryBuilder for the specified name (table).
If executor is provided, the builder will run queries through it
(useful for transactions).
Implementation
@override
QueryBuilder table(String name, [DatabaseExecutor? executor]) =>
QueryBuilder(name, executor ?? this);