.codecov.yml
.copier-answers.yml
.coveragerc
.envrc
.gitignore
.pre-commit-config.yaml
.pylintrc
CHANGELOG.md
CODE-OF-CONDUCT.md
CONTRIBUTING.md
LICENSE
NOTICE
README.md
noxfile.py
pyproject.toml
setup.py
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/docs.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/tech-debt.md
.github/workflows/ci.yml
.github/workflows/deploy-docs-action.yml
.github/workflows/deploy-package-action.yml
.github/workflows/docs-action.yml
.github/workflows/get-changed-files.yml
.github/workflows/package-action.yml
.github/workflows/pr.yml
.github/workflows/pre-commit-action.yml
.github/workflows/prepare-release-action.yml
.github/workflows/tag.yml
.github/workflows/test-action.yml
.pre-commit-hooks/check-cli-examples.py
.pre-commit-hooks/make-autodocs.py
changelog/.template.jinja
docs/Makefile
docs/changelog.md
docs/conf.py
docs/index.rst
docs/make.bat
docs/sitevars.rst
docs/_ext/saltdomain.py
docs/_static/.gitkeep
docs/ref/auth/index.rst
docs/ref/auth/saltext.mysql.auth.mysql.rst
docs/ref/cache/index.rst
docs/ref/cache/saltext.mysql.cache.mysql_cache.rst
docs/ref/modules/index.rst
docs/ref/modules/saltext.mysql.modules.mysql.rst
docs/ref/pillar/index.rst
docs/ref/pillar/saltext.mysql.pillar.mysql.rst
docs/ref/returners/index.rst
docs/ref/returners/saltext.mysql.returners.mysql.rst
docs/ref/states/index.rst
docs/ref/states/saltext.mysql.states.mysql_database.rst
docs/ref/states/saltext.mysql.states.mysql_grants.rst
docs/ref/states/saltext.mysql.states.mysql_query.rst
docs/ref/states/saltext.mysql.states.mysql_user.rst
docs/topics/installation.md
src/saltext.mysql.egg-info/PKG-INFO
src/saltext.mysql.egg-info/SOURCES.txt
src/saltext.mysql.egg-info/dependency_links.txt
src/saltext.mysql.egg-info/entry_points.txt
src/saltext.mysql.egg-info/not-zip-safe
src/saltext.mysql.egg-info/requires.txt
src/saltext.mysql.egg-info/top_level.txt
src/saltext/mysql/__init__.py
src/saltext/mysql/version.py
src/saltext/mysql/auth/__init__.py
src/saltext/mysql/auth/mysql.py
src/saltext/mysql/cache/__init__.py
src/saltext/mysql/cache/mysql_cache.py
src/saltext/mysql/modules/__init__.py
src/saltext/mysql/modules/mysql.py
src/saltext/mysql/pillar/__init__.py
src/saltext/mysql/pillar/mysql.py
src/saltext/mysql/returners/__init__.py
src/saltext/mysql/returners/mysql.py
src/saltext/mysql/states/__init__.py
src/saltext/mysql/states/mysql_database.py
src/saltext/mysql/states/mysql_grants.py
src/saltext/mysql/states/mysql_query.py
src/saltext/mysql/states/mysql_user.py
tests/__init__.py
tests/conftest.py
tests/functional/__init__.py
tests/functional/conftest.py
tests/functional/auth/__init__.py
tests/functional/cache/__init__.py
tests/functional/cache/helpers.py
tests/functional/cache/test_mysql.py
tests/functional/modules/__init__.py
tests/functional/modules/conftest.py
tests/functional/modules/test_mysql.py
tests/functional/pillar/__init__.py
tests/functional/returners/__init__.py
tests/functional/states/__init__.py
tests/functional/states/conftest.py
tests/functional/states/test_mysql.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/auth/__init__.py
tests/integration/cache/__init__.py
tests/integration/files/mysql_returner_archiver_data.sql
tests/integration/files/file/base/mysql_utf8.sls
tests/integration/files/file/base/mysql/select_query.sql
tests/integration/files/file/base/mysql/update_query.sql
tests/integration/modules/__init__.py
tests/integration/modules/test_mysql.py
tests/integration/pillar/__init__.py
tests/integration/returners/__init__.py
tests/integration/states/__init__.py
tests/integration/states/test_mysql_database.py
tests/integration/states/test_mysql_grants.py
tests/support/__init__.py
tests/support/mysql.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/auth/__init__.py
tests/unit/cache/__init__.py
tests/unit/cache/test_mysql_cache.py
tests/unit/modules/__init__.py
tests/unit/modules/test_mysql.py
tests/unit/pillar/__init__.py
tests/unit/pillar/test_mysql.py
tests/unit/returners/__init__.py
tests/unit/returners/test_mysql.py
tests/unit/states/__init__.py
tests/unit/states/test_database.py
tests/unit/states/test_grants.py
tests/unit/states/test_query.py
tests/unit/states/test_user.py
tools/initialize.py
tools/version.py
tools/helpers/__init__.py
tools/helpers/cmd.py
tools/helpers/copier.py
tools/helpers/git.py
tools/helpers/pre_commit.py
tools/helpers/prompt.py
tools/helpers/venv.py