sql_executor
No security coverage
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.