Re: [sqlite] sqlite wrapper to prevent locking

2005-04-21 Thread D. Richard Hipp
> I do not unfortunately have any place to host this work. There may be > somebody on this list who knows of a place where this can be published > for any members who may with make use of it. > http://www.sqlite.org/contrib -- D. Richard Hipp <[EMAIL PROTECTED]>

Re: [sqlite] sqlite wrapper to prevent locking

2005-04-21 Thread Kervin L. Pierre
Ben Clewett wrote: I do not unfortunately have any place to host this work. There may be somebody on this list who knows of a place where this can be published for any members who may with make use of it. http://sourceforge.net/ ?

[sqlite] sqlite wrapper to prevent locking

2005-04-21 Thread Ben Clewett
Dear users, I have attached another version of my wrapper for SQLite. This returns a table in memory and releases all locks. Therefore providing a safer, simpler and very useful API. This version uses less memory, gets meta-data and fixes a bug or two. This version also provides some streaming f