Re: [sqlite] SQLite read-only code

2012-01-04 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/01/12 12:43, Baruch Burstein wrote: > Is there any way to compile sqlite without any support for writing to > the database? Basically just support SELECT? Note that in normal usage SQLite does have to be able to write even to a database that

[sqlite] SQLite read-only code

2012-01-04 Thread Baruch Burstein
Is there any way to compile sqlite without any support for writing to the database? Basically just support SELECT? We are trying to use it for reading files in our system, but every byte we can squeeze out of the lib would help. -- Programming today is a race between software engineers striving