SQL Executor
No security coverage
SQL Executor is an administrative module that lets authorized users run SQL queries directly from the Drupal interface. It's designed for advanced administrators who need to perform database debugging, maintenance, or inspection tasks.
SQL Executor is a Drupal administrative module that allows authorized administrators to execute SQL queries directly from the Drupal site interface. It is intended for advanced users who need quick access to the database for debugging, maintenance, or inspection tasks.
Features
- Execute raw SQL queries from the Drupal admin UI
- Supports SELECT, INSERT, UPDATE, and DELETE queries
- Displays query results in a readable format (for SELECT queries)
- Restricted to administrative users only.