postgresql support - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Open (https://discussions.corebos.org/forumdisplay.php?fid=20) +--- Forum: Open Discussions (https://discussions.corebos.org/forumdisplay.php?fid=10) +--- Thread: postgresql support (/showthread.php?tid=18) |
postgresql support - saidmsl - 05-31-2014 Hi, do you plan to support postgresql also ? have a look of what already done : <!-- m --><a class="postlink" href="https://bitbucket.org/thomashii/vtigercrm-5.4-for-postgresql/overview">https://bitbucket.org/thomashii/vtigerc ... l/overview</a><!-- m --> Rgds Re: postgresql support - joebordes - 06-30-2014 Hi, We had no plans to support postgres. There is too much MySQL based code both in the core application and in many third party modules. I had a quick look at your code and it seems that you are really making the code use postgres INSTEAD of mysql, not supporting both. Since MySQL is a very stable and powerful DBMS, personally, I think it would be better to dedicate our effort to making sure it works with MariaDB and <!-- m --><a class="postlink" href="http://webscalesql.org/">http://webscalesql.org/</a><!-- m --> In fact there is a ticket in our system to completely eliminate postgres references: <!-- m --><a class="postlink" href="http://corebos.org/development/view.php?id=141">http://corebos.org/development/view.php?id=141</a><!-- m --> I would need a lot of convincing to take this up and definitely it would be without sacrificing MySQL, you would have to show me code that supported both DBMS I am open to your comments. Re: postgresql support - saidmsl - 07-04-2014 Hi, noted. note this is not my code , i just saw this work while searching on the internet i'm also working with mysql and just investigate Rgds |