Martin Jenkins <[EMAIL PROTECTED]> wrote: > Ludvig Strigeus wrote: > > Hi, > > > > I'm looking at using Sqlite as a storage backend for a program. Using > > SQL is a little bit overkill... > > ... I reckon learning that SQL would be a lot easier than > learning to use and/or coding against the BTree interface. >
Very true. Furthermore, the B-Tree interface layer is not a part of the published API and as such it is subject to change without notice and between point releases. As it happens the interface to the B-Tree layer has changed twice in the past 24 hours. Do you really want to code to a moving target like that? -- D. Richard Hipp <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------