How can we use Espocrm with oracle or postgreSQL?
How can we use Espocrm with oracle or postgreSQL?
Collapse
X
-
No 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.Last edited by yuri; 08-16-2022, 05:52 PM.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
-
so now, i can implement that? if can, you can give me some guidlime to do?Comment
-
Good hear that, so can you advise me and we can do together?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.
If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.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.Comment
-
If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
Comment