krowinski / php-mysql-replication

Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
MIT License
323 stars 98 forks source link

Feature request: ->tablesIgnore() config method #122

Open quakemmo opened 5 months ago

quakemmo commented 5 months ago

Hi, and thank you for this awesome piece of software.

Would be very nice to see ->tablesIgnore() and maybe ->databasesIgnore() added to it if you get a chance.

As it is now, there's no simple and reliable way to emulate this behavior.

Thanks!