Skip to content
New issue

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

SQL Locust adapter #691

Closed
mmikitka opened this issue Nov 17, 2017 · 2 comments
Closed

SQL Locust adapter #691

mmikitka opened this issue Nov 17, 2017 · 2 comments

Comments

@mmikitka
Copy link

Does anyone know of a MySQL Locust adapter? If not, any SQL-based adapter is desirable.

@mbeacom
Copy link
Member

mbeacom commented Nov 21, 2017

I suggest mysqlclient via https://github.com/PyMySQL/mysqlclient-python

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

@cgoldberg
Copy link
Member

any mysql client for Python can be used with Locust.
see:
https://docs.locust.io/en/latest/testing-other-systems.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants