MyBB Community Forums

Full Version: Database Helper
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Plugin Name: Database Helper
Description: Contains additional methods for the database class.  Forces the delete_query, truncate_table, and drop_table methods to be used for security.  Adds a LIMIT clause on SELECT queries.
Languages: English
Usage: $db->helper->method|property
The link below contains more information
Link: https://github.com/dragonexpert/database_helper

I do not have a way to test PostogreSQL or SQLite so if you do have the ability to test one or both of those, I would appreciate any feedback.  I am hoping some of this will make it into the core.