ever-co / ever-traduora

Ever® Traduora™ - Open Translation Management Platform - https://traduora.co
https://traduora.co
GNU Affero General Public License v3.0
1.96k stars 195 forks source link

Support for Oracle Databases #76

Open mgarciajr opened 4 years ago

mgarciajr commented 4 years ago

Is your feature request related to a problem? Please describe. We have several large systems that use Oracle databases. We'd like to only run Oracle instances in our server, however, Traduora seems a quite interesting system to start using.

Describe the solution you'd like Would it be ever possible to make Traduora support Oracle databases?

Additional context Since it uses TypeOrm, I guess the effort would be only to optimize the Entities and migrations to support Oracle.

MatteoJoliveau commented 4 years ago

This is definitely related to issue #75 that I opened yesterday. I think we can work towards generalizing the application to be fully DB agnostic and thus be automatically compatible with all TypeORM supported databases.