pattern
pattern copied to clipboard
mysqlclient is not needed when using text module
I have read code in "pattern/db" ,there is unnecessary using mysqlclient, as I know,mysqlclient is not enough good at compatibility, how about useing mysql-connector-python-rf for few system library requirements?
Duplicate of #250.