On 11 July 2014 07:52, Blake McBride <blake1...@gmail.com> wrote:
> On Thu, Jul 10, 2014 at 6:28 PM, David Lamkins <da...@lamkins.net> wrote: > > That's a matter of opinion. I happen to believe that satisfying the spec >> is an excellent starting position. >> > > I live in Tenessee. One could make an equal argument that heading east > gets me closer to California. > Not living in the US, this analogy is completely lost on me. :-) While that is certainly true in the general sense of SQL database, that's >> not what I'm actually doing even given my use of SQLite. As I stated >> several messages previous to this, SQLite is *not* a database server. >> SQLite is a library which directly manipulates its database file. There is >> no server. To use an analogy: SQLite is no more a database server than the >> C stdio routines are a file server. >> > > After being introduced to SQLite by Elias, I bought a book on it and > played with it. I am very clear about what it is. So, all of my previous > responses were made with that understanding. > I think what David really wants is an interface to Berkeley DB <http://en.wikipedia.org/wiki/Berkeley_DB>. I can build that if you want. Regards, Elias