DatabaseManager
class DatabaseManager implements ConnectionResolverInterface (View source)
Methods
void __construct(Application $app, ConnectionFactory $factory) Create a new database manager instance. ConnectionInterface connection(string $name = null) Get a database connection instance. void purge(string $name = null) Disconnect from the given database and remove from local cache. void disconnect(string $name = null) Disconnect from the given database. Connection rec