DatabaseManager class DatabaseManager implements
string wrap(Expression|string $value, bool $prefixAlias
abstract void run() Run the database seeds.
void commands(array|mixed $commands) Register the package's custom Artisan
void beginTransaction() Start a new database transaction.
Illuminate\Database\Console Namespaces
string getDatabaseName() Get the name of the connected database.
array select(string $query, array $bindings = array(), bool $useReadPdo = true)
array selectFromWriteConnection(string $query, array $bindings = array())
bool logging() Determine whether we're logging queries.
Page 29 of 43