SQLite Foreign Key Trigger Generator for PHP
资 源 简 介
SQLite Foreign Key Trigger Generator for PHP
DISCONTINUED: SQLite added support for [foreign keys](https://www.sqlite.org/foreignkeys.html) in version 3.6.19
Background
This project exists because SQLite parses fk column constraints but does not enforce them. You can read more about the problem and its solution if you are interested. The gist of it all is that triggers can be used in SQLite to enforce fk column constraints. This project uses PHP to generate the FK SQL automatically from the "CREATE TABLE" SQL.
Live Demos
http://polygue.com/stein/sqlite/
http://rcs-comp.com/site/index.php/view/Utilities-SQLiteforeignkeytriggergenerator
Other Links
SQLite Wiki Page on FK Triggers
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
文 件 列 表
index.html
index.php
c
application.css
defaults.css
template.css
typography.css
lib
function_development.php
geshi
SqliteTriggerGenerator.php
Template.php