Small. Fast. Reliable.
Choose any three.

Page History

Turn Off History

FAQ

-Q) Exists a WIKI Engine using SQLite instead of, for example MySQL ?
-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)
-A) cdecl (caller pushes params right to left on stack, caller cleans up)

-Q) Are there any plans to include bidirecional cursor capabilities?