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

support for Microsoft SQL Server? #29

Open
tkimnguyen opened this issue Mar 16, 2016 · 3 comments
Open

support for Microsoft SQL Server? #29

tkimnguyen opened this issue Mar 16, 2016 · 3 comments

Comments

@tkimnguyen
Copy link

Is there a plan to support MS SQL Server? What would it take, coding and possibly $$$ wise? Thank you

@jamadden
Copy link
Member

From a basic standpoint, it would require writing a bunch of code in a bunch of different files that's all MSSQL specific, and then adding a test file, and of course setting up continuous integration on Appveyor to make sure it stays working.

Right now, supporting a new database requires making changes to many, many files, and those files have to be a part of relstorage. Hopefully in the near-ish future a refactoring will reduce the number of files needed to support any one database, and perhaps even support database "plugins".

@tkimnguyen
Copy link
Author

thx

@jamadden
Copy link
Member

With SQL Server now being available on Linux, this perhaps just got more interesting to more people.

We have done most of the refactoring to make supporting additional DBs easier, and we have working AppVeyor integration, so those two hurdles have already been cleared.

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

No branches or pull requests

2 participants