<div dir="ltr">Yes, you could create a mssql.js driver in the db/ folder, and then set config.db.backend to 'mssql'. That may or may not be a lot of work, depending on how different any mssql libs are from the mysql lib we use.<br>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Mar 4, 2014 at 8:26 AM, Wesley Hardman <span dir="ltr"><<a href="mailto:whardman87@gmail.com" target="_blank">whardman87@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><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>
</div></div><br>_______________________________________________<br>
Dev-fxacct mailing list<br>
<a href="mailto:Dev-fxacct@mozilla.org">Dev-fxacct@mozilla.org</a><br>
<a href="https://mail.mozilla.org/listinfo/dev-fxacct" target="_blank">https://mail.mozilla.org/listinfo/dev-fxacct</a><br>
<br></blockquote></div><br></div>