Drupal 8 database not accessible in root path

0

I have created a file and handle some db operations select and update but i am getting error like The "specified database connection is not defined:".

I have included the following things use Drupal\Core\Database; use Drupal\Core\Database\Query\Condition; use Drupal\Core\Site\Settings; use Drupal\Core\Database\Connection as DatabaseConnection;

But its not working, How to resolve that problem?

How to resolved that?

Shivaranjani R

Posted 2019-04-09T08:03:58.577

Reputation: 1

No answers