d4l3k / WebSync

WebSync is a document editing tool similar to Google Drive or Office 365.
https://websyn.ca
MIT License
301 stars 68 forks source link

mysql configuration in WebSync #167

Open shilpi230 opened 9 years ago

shilpi230 commented 9 years ago

This is not an issue i just wanted to know is it possible to use mysql database instead of postgres in WebSync ? :)

d4l3k commented 9 years ago

There's a lot of postgres specific stuff in WebSync, it should be possible to also use mysql, but it might take a bunch of hacking.

While some of the code uses an ORM, for performance reasons much of the code falls back to raw postgres queries. I might refactor the code to use multiple different database "adaptors" so you can use whatever backend you would like.