* Headers-only (no need to compile or install).
* Single file (you can just copy it into your project).
* "Cheap" thread-safety (to work with a database you /must/ lock it).
* One-liners (you can write code that binds variables and runs the query / takes result from it, in a single statement). * Fast char* strings are encouraged (it seems silly to allocate memory for simple strings like "update a set b = ? where c = ?").

http://glim.ru/open/libglim/html/classglim_1_1Sqlite.html
http://glim.ru/open/glim.tgz

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to