stellarwp / db

A WPDB wrapper and query builder library.
GNU General Public License v2.0
64 stars 4 forks source link

Feature: add tableExists function #22

Open ravinderk opened 1 month ago

ravinderk commented 1 month ago

It is nice to have function and commonly used in WordPress before creating a new database table. I suggest adding it to the library. The tableExists function will check whether there is already a database table that exists with that given name or not.