Posts Tagged ‘option trading’

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.