Ludvig Strigeus wrote:
Hi,
I'm looking at using Sqlite as a storage backend for a program. Using
SQL is
a little bit overkill and much more than we need. How complicated would it
be to interface to the btree subsystem directly? Sqlite seems very modular
from the looks of it, but has anyone attempted anything like this before?
The functionality I need is key->value maps with support for lookup by an
exact key, insertion, iteration of all keys in the database, removal.
Transactions would also preferably be needed.
You wouldn't need much SQL to meet those requirements and I reckon
learning that SQL would be a lot easier than learning to use and/or
coding against the BTree interface.
Martin
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------