How can we use Espocrm with oracle or postgreSQL?
Announcement
Collapse
No announcement yet.
How can we use Espocrm with oracle or postgreSQL?
Collapse
X
-
Over the years there have been several threads with this subject. In 2016/2017 it was (perhaps) planned to integrate it and there is one thread, where yuri told, that it maybe possible, besides being a bit tricky.
To sum up: for now not possible.
- Likes 1
-
-
Originally posted by shalmaxb View PostOver the years there have been several threads with this subject. In 2016/2017 it was (perhaps) planned to integrate it and there is one thread, where yuri told, that it maybe possible, besides being a bit tricky.
To sum up: for now not possible.
so now, i can implement that? if can, you can give me some guidlime to do?
Comment
-
Originally posted by yuri View PostNo support. But it won't be so hard to write an implementation. It's only needed to implement one PHP interface. Anyone can try. We can't afford implementing it officially as it will be a huge burden for us to maintain at the moment.
- Likes 1
Comment
-
Interface:
EspoCRM – Open Source CRM Application. Contribute to espocrm/espocrm development by creating an account on GitHub.
A MySQL implementation is in the same folder.
Extend the new PostgresQueryComposer class from the BaseQueryComposer. Make same amendments specific to Postgres (pagination, identifier quoting). The last step would be fixing functions that do not work in Postgres.
- Likes 2
Comment
-
Originally posted by yuri View PostInterface:
EspoCRM – Open Source CRM Application. Contribute to espocrm/espocrm development by creating an account on GitHub.
A MySQL implementation is in the same folder.
Extend the new PostgresQueryComposer class from the BaseQueryComposer. Make same amendments specific to Postgres (pagination, identifier quoting). The last step would be fixing functions that do not work in Postgres.
Comment
Comment