2009
SQLite Foreign Key Support
(via)Sortie depuis hier, la version 3.6.19 de SQLite gère désormais les clés étrangères, y compris les clauses ON DELETE et ON CASCADE.
2008
Convert SQL Server DB to SQLite DB
C# Utility to automatically do the conversion from SQL Server DB to SQLite DB
2006
System.Data.SQLite
by 2 othersSystem.Data.SQLite is an enhanced version of the original SQLite database engine. It is a complete drop-in replacement for the original sqlite3.dll (you can even rename it to sqlite3.dll). It has no linker dependency on the .NET runtime so it can be distributed independently of .NET, yet embedded in the binary is a complete ADO.NET 2.0 provider for full managed development.
SQLite Foreign keys creator
by 1 other (via)Simule les contraintes d'intégrité avec les triggers sous SQLite
SQLite Administrator
by 2 others (via)SQLite Administrator is a powerful tool if you easily want to create, design or administrate SQLite database files. The SQL code editor helps you to quickly write sql queries with features such as code completion and highlighting. Both major versions of SQLite database files are supported by SQLite Administrator.
2005
[sqlite] Change value on a trigger
Exemples de triggers sous SQLite
1
(12 marks)