Our SQL abstraction layer for eCMS is growing up. In the current stage it supports MySQL, PostgreSQL and SQLite. And we have methods to connect (and open) and close. In development are a method to abstract the sql query language, so that we have a fast but easy to use library for databases, but i think about a complete implement of all important PHP sql functions.
I have read a little bit about the PEAR Project and her PEAR DB SQL abstraction layer. Ehm, i’m writing the same but for eCMS. Bad luck, … or good way? I think, its better to write our own way to abstract SQL server and her different ways of using in PHP. So we have a better chance that a normally Webserver supports our software.
Additionally it fits too our mother project, the window manager (ehm, desktop shell …
) Enlightenment and his statement “Its time to rethink everything”. Thats out motto too.








0 Responses to “eCMS supported DB’s”