Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Sqlserver support (pyodbc)#11

Open
alexsilva wants to merge 8 commits intovitaliyf:masterfrom
alexsilva:master
Open

Sqlserver support (pyodbc)#11
alexsilva wants to merge 8 commits intovitaliyf:masterfrom
alexsilva:master

Conversation

@alexsilva
Copy link
Copy Markdown

Also includes the ability to configure dump tools.


# Lets you inform alternative locations
MYSQL_DUMP_TOOL = getattr(settings, "MYSQL_DUMP_TOOL", "mysqldump")
POSTGRE_DUMP_TOOL = getattr(settings, "POSTGRE_DUMP_TOOL", "pg_dump")
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would call this POSTGRES_DUMP_TOOL as nobody really abbreviates postgres as "postgre"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants