On 6/23/05, Robert P. J. Day <[EMAIL PROTECTED]> wrote: > p.s. as a side note, the whole point of this exercise is to build a > *really* small footprint DB for an embedded system for which space is > at a premium, and sqlite came highly recommended. > > if anyone has a suggestion as to some other, freely-available, OSS DB > package that would be worth examining, i'm all ears. i'd like to be > able to say i at least considered some alternatives.
It worked well for me too. If you don't need very sophisticated query capability, like you get with sqlite, homebrewed is simple, and dbm is old but workable (it's from early unix).