Re: [sqlite] Direct access to Btree routines in SQLite

2008-04-09 Thread D. Richard Hipp
On Apr 9, 2008, at 10:26 AM, Aladdin Lampé wrote: > > Hi Phil and list! > > Thank you for this very instructive post about SQLite's internals > and btrees. I'm just curious about what could be real-life use cases > of having direct access to the btree stuff. As I understand your > example, y

Re: [sqlite] Direct access to Btree routines in SQLite

2008-04-09 Thread Aladdin Lampé
ut that, any help would be greatly appreciated, Aladdin > From: [EMAIL PROTECTED] > To: sqlite-users@sqlite.org > Date: Mon, 7 Apr 2008 19:28:30 -0500 > Subject: [sqlite] Direct access to Btree routines in SQLite > > I am developing an application that needs both SQL capability and

[sqlite] Direct access to Btree routines in SQLite

2008-04-07 Thread Phil Sherrod
I am developing an application that needs both SQL capability and also simple Btree functions. I searched the SQLite FAQ for information about direct access to the Btree level, but was unable to find any help or examples. I have successfully gained access to the Btree routines after making minor