I downloaded the official sqlite C source (4Mb) and compiled it, but the code is still quite large (300kb or so).
I know Pony uses sqlite (since it grabs Firefox passwords and those are stored in an sqlite3 database) and yet pony is like a small 50kb trojan. So I have checked the source and it seems pony uses an sqlite version written in assembler.
I was wondering if anybody knows a minimalist sqlite library but for C/C++? Only for doing selects (), does not need to be a full-fledged library. Thanks.