> I think that I've previously mentioned my Object Builder code on this
> list.  If I haven't, you might want to take a look at
> http://www.ceamus.com/objbuilder/
>
> Object Builder is a tool to automate the creation of Active Record classes
> for reading and writing data from databases.  The included examples are
> specific to SQLite 3 using C++.  I've also included a more thorough
> example in PHP that generates a significantly large portion of the
> application automatically.  Hopefully these examples will be useful to
> people reading this list.

Everything I do with the SQL engine is based on sets. A query returns a set
(sometimes of 1 row), etc.  I use STL to implement the sets. Since my result
sets are always small I keep them in memory. Your documentation
doesn't explain the design philosophy, other than referencing something else
that I'm not familiar with either. Perhaps a little more generalized explanation
would help people decide if they want to use it or not?

Reply via email to