AlaSQL support
@jakefeasel Dear Jake,
May I ask you to add alasql.js library to the list of SQLFiddle supported engines? It should be not so hard, because it uses the interface very similar to SQL.js and WebSQL. I can try to prepare the pull request myself.
As far as I understand, I need to use these fdriver iles as the base:
I prepared many SQL examples and demos for AlaSQL last moths, etc. and it would be greate if SQLFiddle can support this library as well. Thank you!
Hi, yes I have actually been planning on adding support for a while now. If you'd like to take a shot at getting the UI code working, that would definitely make overall integration easier and faster. Typically the main slowdown factor for me when considering whether or not to add support for a given database is how much experience I personally have with it, and sadly my time to learn new databases has gotten pretty rare. Thanks for your help with this!
@jakefeasel Thank you! I will prepare the candidate code on this week, and we will see. Hope, it won't takemuch time, because th interface is close to SQL.js
:+1:
Any news on this?