datawiser / qual2db

Python code for extracting data from the Qualtrics API and posting to a MySQL database
8 stars 8 forks source link

Support MS SQL Server #6

Open datawiser opened 8 years ago

datawiser commented 8 years ago

Build-in support for MS SQL Server databases.

oaselles commented 8 years ago

Do you still plan to keep using MySQL for awhile?

datawiser commented 8 years ago

At CSR, we might switch to MS SQL Server on a pretty stable basis. But since all the MySQL code is in place, it would increase the general value of the code and provide us with a fallback option to maintain the MySQL option and set the database software choice in the configuration file. Most SQL should run cleanly against both, and the architecture could add Postgre and others later.

datawiser commented 8 years ago

See #8.