#28: Implement an RDBMS backend
Issue revisions
- new by Kore Nordmann at 2008-O-21 11:30
- new by Kore Nordmann at 2008-O-21 11:40
| Type | |
|---|---|
| State | |
| Priority | |
| Resolution | |
| Assigned to | Nobody |
| Scheduled for | 1.0 |
| Affected versions | |
| Affected components | Core |
| Last change | Tuesday 21 October 2008 11:40:07 UTC by Kore Nordmann |
Short description
The only backend currently implemented with arbit is a CouchDB backend. CouchDB isn't very popular yet and limits the environments where arbit can be set up.
We should support common RDBMS to store data, and the backend facade mechanism should provide a sufficient abstraction layer for this. The RDBMS backend should at least support the popular RDBMS MySQL, but possibly also implement another abstraction alyer to support multiple different RDBMS, like PostGRes, Oracle, MSSQL etc.
Kore Nordmann at Tuesday 21 October 2008 11:40:07 UTC
Scheduled for version 1.0.
Cristiano Teles at Tuesday 3 August 2010 20:40:23 UTC
Could be used to Zend_Db_* that is transparent which RDBMS is used. I can help in this task. What do you think?