On 2018-01-20 21:46, ajohniba wrote: > I want to know if I can use tryton with oracle or sqlserver databases, > what changes are needed to use these databases.
Tryton is developed with database abstraction layer by using python-sql which follows SQL standard. So theoretically, if the database respects the SQL standard there should be no difficulties to create a backend. At B2CK, we have made a prototype for Oracle few years ago: http://hg.b2ck.com/trytond_backend_oracle/ But it was for 3.7 development series and we do not maintain it because we had no incentive. Indeed there are not real incentive to support backend for proprietary databases when we have already PostgreSQL which is as good as the others (and even better on some points). Also it is quite difficult to ensure continuous integration testing without proper licenses (which has a cost). -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/20180121125320.GE4239%40kei.
