WYOSQL

Component ID

2614024

Component name

WYOSQL

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

WYOSQL: Write Your Own SQL

Does your site have a huge database? Did you come up with some SQL statements that you run every now and then? Do you frequently check to make sure that your database is healthy? or perform backup tasks in an unusual way?

This module provides you with a method to write your own custom SQL statements to be performed against the database. Although this is against most if not all Drupal conventions/guidelines but some projects require you to go to the database backend quite often, and an automation interface is needed.

Disclaimer

This module doesn't perform any checks on the statements themselves, you could end up with all kinds of errors and the statements wouldn't run or you could end up breaking your website and deleting your entire database!

Features

  1. Save multiple SQL statements in the database.
  2. Perform the statement manually or depending on a schedule.

Future development

  • Repeat statement until condition is met.
  • Display results of returned tuples.