Posts Tagged ‘sqlite’

Install script

Sunday, October 14th, 2007

    I have added the first version of the install script. Only for POSIX type boxes ( Linux, OSX, HP-UX ) It is for the single box/instance version.

    The install script is for running the software on a single machine and using the SQLite database. You can run it as follows.

./install_single_sqlite.sh

SQLite database plugin

Wednesday, October 10th, 2007

    I have implemented sqlite as the first database plugin. It is not really a ‘plugin’ in the sense that you have to compile it in, but in the sense that it is a pluggable architecture. I am using a factory pattern as such., however I think that most users are going to pick a database and stick to it.