Update project to use db astract
Status: Alpha
Brought to you by:
bunnyhop
Currently the project uses php's internal MySQL
functions. We need to move away from this to enable
support to other ANSI compliant databases (such as
Postgres or MSSQL). Nyvlem is working on a nice db
abstract in lib/ ...the project needs to be updated to start
using this abstract instead of the internal functions.