Are there any plans for:
Adding a blob capability (i.e., allowing a byte string as data which is defined by
length rather than null termination)
Adding a hash access method (in addiiton to the btree)
Adding a capability to bypass the sql layer and provide direct key-value access to
the database
The reason for my interest is because I need something like the old Berkeley Database
(version 1.86 is the last release before Sleepy Cat took over) which I am currently
modifying (gently) to use under C++. Sql Lite seems the perfect vehicle for a
replacement, and a blob capability would be a first step in that direction.
Thanks.
Tom Browder