FAQ Q) Is there a Wiki engine that uses SQLite instead of, for example, MySQL?{linebreak} A) This wiki uses SQLite. See http://www.cvstrac.org/ ------- Q) What is the calling convention for sqlite3.dll API functions (for Windows) and for SQLite callback functions (for sqlite3_exec function)?{linebreak} A) cdecl (caller pushes parameters right to left on stack, caller cleans up)