We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does anyone know of a MySQL Locust adapter? If not, any SQL-based adapter is desirable.
The text was updated successfully, but these errors were encountered:
I suggest mysqlclient via https://github.com/PyMySQL/mysqlclient-python
mysqlclient
Documentation and usage instructions can be found at: https://mysqlclient.readthedocs.io/
If flask integration is necessary, you can use https://github.com/admiralobvious/flask-mysqldb or a more active ORM: https://github.com/coleifer/peewee
Sorry, something went wrong.
any mysql client for Python can be used with Locust. see: https://docs.locust.io/en/latest/testing-other-systems.html
No branches or pull requests
Does anyone know of a MySQL Locust adapter? If not, any SQL-based adapter is desirable.
The text was updated successfully, but these errors were encountered: