CoreBOSBB

Full Version: postgresql support
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.
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