Small. Fast. Reliable.
Choose any three.
*** 1,9 ****
  FAQ
  
  
! -Q) Exists a WIKI Engine using SQLite instead of, for example MySQL ?{linebreak}
! -A) This wiki uses SQLite.  See http://www.cvstrac.org/
  -------
! -Q) What is calling convention for sqlite3.dll API functions (for Windows) and 
! for SQLite callback function (for sqlite3_exec function){linebreak}
! -A) cdecl (caller pushes params right to left on stack, caller cleans up)
--- 1,9 ----
  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)