Re: [sqlite] Using SQL and direct BTree interface to SQLite

2005-09-27 Thread Brian Roe
D. Richard Hipp wrote: On Tue, 2005-09-27 at 09:36 -0600, Brian Roe wrote: I'm interested in using SQLite both at the SQL and BTree levels in an application. That is, I would like to create tables and be able to run queries using SQL while also inserting into, querying and updating

[sqlite] Using SQL and direct BTree interface to SQLite

2005-09-27 Thread Brian Roe
Hello. I'm interested in using SQLite both at the SQL and BTree levels in an application. That is, I would like to create tables and be able to run queries using SQL while also inserting into, querying and updating tables directly via the BTree-level C API calls (thus bypassing the SQL