<div dir="ltr">Would it not be as "simple" as adding a mssql.js next to mysql.js and adding the relevant backend option?  There is a heap option, so I would expect the backend to be somewhat interchangeable.  <br>
<br>On 2014-03-03 22:32, Ryan Kelly wrote:> On 26/02/2014 1:25 AM, Wesley Hardman wrote:<br>>> On 2014-02-24 20:17, Ryan Kelly wrote:<br>>>> On 25/02/2014 2:32 AM, Wesley Hardman wrote:<br>>>>> Has anyone tried to get fxa-auth-server working on Windows?  It seems like it is dependent on a few Linux only packages (hiredis which does have a Windows version, and scrypt-hash, which I can't find a Windows version for)<br>
>>><br>>>> Not that I'm aware of, and unfortunately I doubt we can prioritize that<br>>>> for at last a couple of weeks.  Patches gratefully accepted though :-)<br>>><br>>> Is it possible to switch out the mysql backend for a different sql server?  If I can get it to build I would like to try to get it working with MSSQL.<br>
> <br>> Sorry I missed this.  Our current backend is pretty tightlytied to<br>> MySQL.  You could do an MSSQL backend, but it's not a simple matter of<br>> plugging in a new database driver, you would have to heavily fork the<br>
> existing backend code and swap out all the mysql API functions for mssql<br>> equivalents.<br>> <br>> <br>>   Cheers,<br>> <br>>     Ryan<br>> <br><br></div>