Small. Fast. Reliable.
Choose any three.
*** 17,23 ****
  *: MultiThreading: Notes on multithreading issues using SQLite. 
  *: InMemoryDatabase: Notes on how to use SQLite for in-memory tables.
  *: SqliteTclPackageWrapper: Code to use SQLite package in Tcl.
! *: PerformanceConsiderations: Situations in which SQLite does and doesn't perform well compared to other database engines.
  *: LanguageNotes: Hints for making the best use of the SQL language understood by SQLite. 
  *: UnsupportedSql: Features of SQL that SQLite does not support.
  
--- 17,24 ----
  *: MultiThreading: Notes on multithreading issues using SQLite. 
  *: InMemoryDatabase: Notes on how to use SQLite for in-memory tables.
  *: SqliteTclPackageWrapper: Code to use SQLite package in Tcl.
! *: PerformanceConsiderations: Situations in which SQLite does and doesn't perform well compared to 
! other database engines.
  *: LanguageNotes: Hints for making the best use of the SQL language understood by SQLite. 
  *: UnsupportedSql: Features of SQL that SQLite does not support.
  
***************
*** 31,37 ****
  **Hints For Using SQLite More Effectively**
  
  *: ShellScript: Example shell scripts for creating databases.
! *: InformationSchema: The information schema consists of a set of views that contain information about the objects defined in the current database.
  *: SqliteWikiFaq: A FAQ style in the wiki, ask questions about Sqlite!
  *: IdxChk: Utility to report index usage for a query.
  *: UndoRedo: Techniques for implementing undo/redo in an application that
--- 32,39 ----
  **Hints For Using SQLite More Effectively**
  
  *: ShellScript: Example shell scripts for creating databases.
! *: InformationSchema: The information schema consists of a set of views that contain information 
! about the objects defined in the current database.
  *: SqliteWikiFaq: A FAQ style in the wiki, ask questions about Sqlite!
  *: IdxChk: Utility to report index usage for a query.
  *: UndoRedo: Techniques for implementing undo/redo in an application that
***************
*** 39,44 ****
--- 41,47 ----
  *: ConsoleForTclTk: Source code and examples for a Tk console for SQLite
  *: InteractiveTextFieldEditing: A demonstration of the edit() function that
  is built into the ConsoleForTclTk.
+ *: ForeignKeyTriggers: How to use triggers to implement foreign key constraints in SQLite.
  
  **Information About This Wiki**
  
***************
*** 48,54 ****
  **Older Pages And Pages That Fit No Other Category**
  
  *: PerformanceTuning: Information from the group on how to tune your queries
! *: PerformanceTuningWindows: Information on tuning SQlite for a Windows Enviroment (touchs on Delphi too)
  *: BlueSky: Ideas for enhancements to SQLite.
  *: ClientServer: Ideas for Client/Server enhancements to SQLite  
  *: SqliteThree: Stuff related to sqlite version 3.
--- 51,58 ----
  **Older Pages And Pages That Fit No Other Category**
  
  *: PerformanceTuning: Information from the group on how to tune your queries
! *: PerformanceTuningWindows: Information on tuning SQlite for a Windows Enviroment (touchs on 
! Delphi too)
  *: BlueSky: Ideas for enhancements to SQLite.
  *: ClientServer: Ideas for Client/Server enhancements to SQLite  
  *: SqliteThree: Stuff related to sqlite version 3.