wemake-services / django-test-migrations

Test django schema and data migrations, including migrations' order and best practices.

Home Page:https://pypi.org/project/django-test-migrations/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add more DB configuration checks

skarzi opened this issue · comments

In #91 we are introducing new Django check that validate system timeout settings on following database:

  • postgresql -statement_timeout
  • mysql - max_execution_time

The idea behind this group of checks is to help developers configure databases according to best practices.
If you have any ideas of such rules/checks, please shere in comments to this issue!

Some nice articles/sites about database configuration/settings: