From posgrado at correo.chapingo.mx Wed Mar 27 06:11:54 2013 From: posgrado at correo.chapingo.mx (posgrado) Date: Wed, 27 Mar 2013 05:11:54 +0000 Subject: [Erp5-users] (no subject) Message-ID: <21EEB69A5D57164B936A5969225DA4FA09415640@CH1PRD0210MB370.namprd02.prod.outlook.com> Hi Could you tell me wich persistence motor has used between ZODB and Mysql in ERP5? Sincerely yours -------------- next part -------------- An HTML attachment was scrubbed... URL: From jp at nexedi.com Wed Mar 27 20:15:35 2013 From: jp at nexedi.com (jp at nexedi.com) Date: Wed, 27 Mar 2013 20:15:35 +0100 Subject: [Erp5-users] =?utf-8?q?=28no_subject=29?= In-Reply-To: <21EEB69A5D57164B936A5969225DA4FA09415640@CH1PRD0210MB370.namprd02.prod.outlook.com> Message-ID: <20130327191541.377C4BF0154@mail2.tiolive.com> Hi, ZODB provides persistency. ZODB itself can rely either on: - filesystem (FileStorage, ZEO) - MySQL (with NEO and RelStorage) - MariaDB (with NEO and RelStorage) - SQLLite (with NEO) - Oracle (with legacy OracleStorage) So, the question "persistence motor has used between ZODB and Mysql" is not precise enough since sometimes the answer can be "both". Regards, JPS. > Hi > > Could you tell me wich persistence motor has used between ZODB and Mysql in ERP5? > > Sincerely yours >